大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)
Laya_社区(1721) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(89) Laya2.0_示例(16) Laya_示例(11)
...verflow-x:hidden;overflow-y:hidden;background-color: #000;'> <script type="text/javascript" src="bytebuffer.js"></script> <script type="text/javascript" src="protobuf.js"></script> <script type="text/javascript" src="zlib.min.js"></script> <script src='Main....
来源: Laya_社区 发布时间: 20180310
...用一个原生的 HTMLInputElement 在安卓下,这个对象一旦设置type为password,弹出的就是安全键盘,即使再设置为 type=text 也无法恢复普通键盘了 绕过的方法是每次都重新创建 源码: input.as private function _setInputMethod():void { ...
来源: Laya_社区 发布时间: 20190816
...SignedFloat getUint getByteFromInt getFloatFromInt Legend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
..._render _renderUpdatePre compileShader setSkinData Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...idth x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...pha(opacity=0);opacity:0;width: 29%;height:11%;"; z_file.type ="file";//设置类型是file类型。 z_file.id ="z_sfz";//设置ID。 z_file.accept="image/*";//设置文件的格式为png; z_file.style.position ="absolute"; ...
来源: Laya_社区 发布时间: 20171128
...otionObject removeRenderObject updateMotionObjects Legend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 @default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 2018-01-09 0 0 分享 微博 QZONE 微信 为什么被折叠?...
来源: Laya_社区 发布时间: 20180109
...rAll removeAniSprite showDebugInfo Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ya; @regClass() export class Main extends Laya.Script { @property({type: Laya.Sprite,caption:"测试组件1"}) private testSprite: Laya.Sprite; @property({type: Laya.Sprite,caption:"测试组件2"}) private testSprite2: Laya.Sprite; onStart() { console.log...
来源: Laya_社区 发布时间: 20251229