大约有 221 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0045 秒)
Laya3.0_api(69) Laya3.0_文档(46) Laya2.0_api(43) laya_api(33) Laya_社区(25) Laya2.0_文档(3) Laya2.0_示例(1) Laya_示例(1)
...克隆。 BaseMaterial cloneTo(destObject:*):void 克隆。 BaseMaterial load(url:String, complete:Handler):void[static] 加载材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods Show Inherited Protected Methods Show Inherited Protected...
来源: Laya2.0_api 发布时间: 20190513
... = ["resources/res/ui/dialog (1).png", "resources/res/ui/close.png"]; Laya.loader.load(this.assets).then( ()=>{ this.onSkinLoadComplete(); } ); } private onSkinLoadComplete(e: any = null): void { this.dialog = new Laya.Dialog(); var bg: Laya.Image = new Laya.Image(this.assets[0]); this.dialog.add...
来源: Laya3.0_文档 发布时间: 20230303
...thodDefined By Animator() 创建一个 Animation 实例。 Animator _load(owner:ComponentNode):void[override] Animator _unload(owner:ComponentNode):void[override] Animator _updateAvatarNodes(avatarAnimationDatas:Vector.<Matrix4x4>):void private Animator _updateAvatarNodesCache(a...
来源: laya_api 发布时间: 20170929
..._pPlatform = layaair.game.Market.MarketTest@4a7c91fc D/dalvikvm: Trying to load lib /data/app-lib/com.layabox.game-2/liblayaair.so 0x94f7d5b8 D/dalvikvm: Added shared lib /data/app-lib/com.layabox.game-2/liblayaair.so 0x94f7d5b8 I/LayaBox: setLocalizable:1 I/LayaBox: JNI setIsPlug:0 I/LayaBox: J...
来源: Laya_社区 发布时间: 20171218
...Normals setPositions setTangents setUVs setVertices destroyUnusedResources load Constructors constructor new Mesh(isReadable?: boolean): Mesh Overrides Resource.__constructor Defined in laya/d3/resource/models/Mesh.ts:196 创建一个 Mesh 实例,禁止使用。 Parameters Default value isReadable: ...
来源: Laya3.0_api 发布时间: 20231115
...系列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D meshFilter : MeshFilter[read-only] 获取网格过滤器。 MeshSprite3D meshRender : MeshRender[read-only] 获取网格渲染器。 MeshSprite3D name ...
来源: laya_api 发布时间: 20170929
...you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method...
来源: Laya_社区 发布时间: 20171221
...列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所...
来源: laya_api 发布时间: 20170929
... constructor() { super(); } onStart(): void { //加载预制体文件 Laya.loader.load("resources/Title.lh").then( (res)=>{ //创建预制体 let label: Laya.Label = res.create(); //添加预制体Label字体到box节点下 this.box.addChild( label ); } ); } } 运行效果如图3-6所示 (图3-...
来源: Laya3.0_文档 发布时间: 20241014
... constructor() { super(); } onStart(): void { //加载预制体文件 Laya.loader.load("resources/Title.lh").then( (res)=>{ //创建预制体 let label: Laya.Label = res.create(); //添加预制体Label字体到box节点下 this.box.addChild( label ); } ); } } 运行效果如图3-6所示 (图3-...
来源: Laya3.0_文档 发布时间: 20251105