大约有 144 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0089 秒)
...erial.ts:94 渲染质量。 Accessors MaterialDefine get MaterialDefine(): Array<string> Inherited from Material.MaterialDefine Defined in laya/d3/core/material/Material.ts:395 获得材质宏 Returns Array<string> MaterialProperty get MaterialProperty(): any Inherited from Material.Mate...
来源: Laya3.0_api 发布时间: 20231102
...默认材质,禁止修改 Accessors MaterialDefine get MaterialDefine(): Array<string> Inherited from Material.MaterialDefine Defined in laya/d3/core/material/Material.ts:373 获得材质宏 Returns Array<string> MaterialProperty get MaterialProperty(): any Inherited from Material.Mate...
来源: Laya3.0_api 发布时间: 20231115
...n laya/resource/Resource.ts:18 Static _videoTexturePool _videoTexturePool: Array<VideoTexture> = new Array<VideoTexture>() Defined in laya/resource/VideoTexture.ts:14 videoTexture对象池 Accessors anisoLevel get anisoLevel(): number set anisoLevel(value: number): void Inherited from Ba...
来源: Laya3.0_api 发布时间: 20231102
...eHandler); } private mouseHandler(e:laya.events.Event):void { var touches: Array<any> = e.touches; if (touches) { for(let i=0;i<touches.length;i++){ let t =touches[i]; let nameIndex =e.touchId + "_" + i; console.log(nameIndex+":"+e.type); } } } 之能收到down和move! 2018-11-02 添加...
来源: Laya_社区 发布时间: 20181102
...sPath']---->",this['_atlasPath']); var atls_ary:Array<any> = Loader.getAtlas(this['_atlasPath']); this.basePath=atls_ary['dir']; //this.basePath = "map1.swf"; this['_initData'](data); ...
来源: Laya_社区 发布时间: 20180615
... y?: number, width?: number, height?: number, m?: Matrix, alpha?: number): Array<any>; 我是看drawTexture这么定义 ,里面不是有宽高吗。。。 wq • 2018-02-27 10:47 好吧 我知道了,是偏移量的问题
来源: Laya_社区 发布时间: 20180226
...; } 代码示例: let sp = new Laya.Sprite(); //自定义路径 let path:Array<any> = [ ["moveTo", 0, 0], //画笔移到A点 ["lineTo", 100, 0],//画到B点 ["lineTo", 100, 50],//再画到C点 ["lineTo", 0, 50], //继续画到D点 ["closePath"] //闭合路径 ]; //绘制矩形 sp.graphics.dr...
来源: Laya3.0_文档 发布时间: 20251010
... // 设置数据项为对应图片的路径 var data: Array<String> = []; //解析二进制已获得关卡队列,先取有效位书 let s = json.my_guanqia.substr(0,this.default_guanqia.length); data = this.find_Strin...
来源: Laya_社区 发布时间: 20210122
...ateAniTemplate(name: string, len: number = 8): void { let aniFrames: Array<string> = []; for (let i: number = 0; i < len; i++) { aniFrames.push("resources/UI/role/atlasAni2/139x/" + name + i + ".png"); } Laya.Animation.createFrames(aniFrames, name); } ...
来源: Laya_社区 发布时间: 20230713
...WebXR/core/WebXRInput.ts:60 gamepad axis Info gamepadButton gamepadButton: Array<ButtonGamepad> Defined in laya/d3/WebXR/core/WebXRInput.ts:55 gamepad Button info handness handness: string Defined in laya/d3/WebXR/core/WebXRInput.ts:34 handMode lastXRPose lastXRPose: any Defined in laya/d3/Web...
来源: Laya3.0_api 发布时间: 20231115