大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0086 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
... 没想到是getCell的问题 我看API裡写 getCell () method public function getCell(index:int):Box 通过可视单元格索引,获取单元格。 是不是就是指,只能获取可视的单元格 有没有获取可视外单元格的办法 2017-08-28 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170828
...i.loadAtlas("res/atlas/comp.json", Laya.Handler.create(this, showApe)); function showApe(){ this.ani.loadAnimation("TimeLine.ani"); Laya.stage.addChild(this.ani); this.ani.play(); } 运行时报 TypeError:Cannot read property '_create' of null at Animation._proto.timerLoop(file:///f:/......
来源: Laya_社区 发布时间: 20171028
...teWebGL.as文件中,可以看到,在下边的方法 public override function addParticleArray(position:Float32Array, velocity:Float32Array):void { 中,把所有的参数放到一个数组中: var particleData:ParticleData = ParticleData.Create(settings, position, velocity, _...
来源: Laya_社区 发布时间: 20190416
...Vec1 bindMeshNode bindRayNode getController Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...用的namespace。 export namespace mvc{ const commandMap = {}; export function registerCommand(){ //doSomething }; export interface ICommand{ excute(type:string, params:any):void; } } 2019-09-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...
来源: Laya_社区 发布时间: 20180918
...terial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(tex) { material.albedoTexture = tex; })); box.meshRenderer.material = material; ``` #####
来源: Laya2.0_文档 发布时间: 20210715
...复 typescript (<any>Laya.WXOpenDataViewer.prototype)._postMsg = function () { var mat: Laya.Matrix = new Laya.Matrix(); //修改的地方,转换成全局坐标 var p: Laya.Point = this.localToGlobal(new Laya.Point())...
来源: Laya_社区 发布时间: 20190822
...下,再执行一次编译,aa.js的内容就会变成如下内容: (function(window,document,Laya){ var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__newvec; })(window,document,Laya); 此时就算编译1万次,也不会正常...
来源: Laya_社区 发布时间: 20170507
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115