大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0099 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
... DISCONNECTED/DISCONNECTED, reason: (unspecified), extra: (none), roaming: false, failover: false, isAvailable: true, isConnectedToProvisioningNetwork: false] 08-20 14:39:13.035 6436-6483/com.youlongsz.wokgoogleplay E/Adreno-ES20: <TexSubImageLoad:405>: Texture miplevel doesn't exist. Returnin...
来源: Laya_社区 发布时间: 20180820
... debug_txt = new TextField(); debug_txt.selectable = false; debug_txt.mouseEnabled = false; debug_txt.autoSize = TextFieldAutoSize.LEFT; debug_txt.width = 1000; debug_txt.y = 20; var tf:Tex...
来源: Laya_社区 发布时间: 20200217
...List.renderHandler = Laya.Handler.create(this, this.onRenderHandler, null, false); 你要在后面设置 null,false 才行 他这个有很多问题
来源: Laya_社区 发布时间: 20181203
...在主域中自动将加载的文本数据自动传递到子域,默认 false * @param isSon 是否是子域,默认为false */ static init(isPosMsg?:boolean,isSon?:boolean): void; } } 完全没找到,MiniAdpter.autoCacheFile以及remove,removeAll方法,是我找错了类么? 类库1.7.18 ...
来源: Laya_社区 发布时间: 20180808
...ox(1, 1, 1))) as MeshSprite3D; box.transform.rotate(new Vector3(0, 45, 0), false, false); //创建材质 var material:BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(this, function(tex:Texture2D):void { //纹理加载完成后赋值 material.albedoText...
来源: Laya2.0_文档 发布时间: 20210715
...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...
来源: Laya3.0_api 发布时间: 20231115
...引起的,注释掉就正常了 this.scene3D.input.multiTouchEnabled = false; 附件 : --> RayTest.rar 2020-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 184*****121 赞同来自: shiyang 请按照图...
来源: Laya_社区 发布时间: 20201217
...题(bug) var ske:Skeleton = new Skeleton(templete,1); ske.play("xxx",false); ske.index = 10; ske.pause(); ske.resume(); 然后龙骨动画就从第10帧恢复播放,播放到最后一帧不会停,而会继续从头开始播放10帧才停 2018-08-17 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20180817
...tic _mainTex : number; public static _mainCol : number; inited : boolean = false; constructor() { super(); if(!this.inited) { CMat._mainTex = Laya.Shader3D.propertyNameToID("u_MainTex"); CMat._mainCol = Laya.Shader3D.propertyNameToID("u_MainCol"); CMat.initShader(); this.inited = true; } this.setSha...
来源: Laya_社区 发布时间: 20190814
...rite3D; Plane.transform.rotate(new Vector3(0,45,0),false,false); var material:StandardMaterial = new StandardMaterial(); material.diffuseTexture = Texture2D.load("res/layabox.png"); Plane.meshRender.mater...
来源: Laya_社区 发布时间: 20181018