• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 221 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0045 秒)

51. laya.d3.core.material.SkyProceduralMaterial [ 50%]

...克隆。 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

52. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 49%]

... = ["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

53. laya.d3.component.Animator [ 49%]

...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

54. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 49%]

..._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

55. laya.d3.resource.models.Mesh_API3.0 [ 48%]

...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

56. laya.d3.core.MeshSprite3D [ 47%]

...系列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D  meshFilter : MeshFilter[read-only] 获取网格过滤器。 MeshSprite3D  meshRender : MeshRender[read-only] 获取网格渲染器。 MeshSprite3D name ...

来源: laya_api 发布时间: 20170929

57. 苹果上架有问题啊 , !!!!!! [ 47%]

...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

58. laya.d3.core.Sprite3D [ 47%]

...列的静态处理。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

59. 预制体模块 · LayaAir3文档 · LAYABOX [ 47%]

... 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

60. 预制体 · LayaAir3.3 · 引擎文档 · LAYABOX [ 46%]

... 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