大约有 1,054 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0045 秒)
Laya_社区(387) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...yDefined By enbale : Boolean是否启用VelocityOverLifetime space : int速度空间,0为local,1为world。VelocityOverLifetime velocity : GradientVelocity[read-only] 取尺寸。 VelocityOverLifetimePublic Methods MethodDefined By VelocityOverLifetime(velocity:GradientVelocity) 创建...
来源: laya_api 发布时间: 20170929
...yDefined By enbale : Boolean是否启用VelocityOverLifetime space : int速度空间,0为local,1为world。VelocityOverLifetime velocity : GradientVelocity[read-only] 取尺寸。 VelocityOverLifetimePublic Methods MethodDefined By VelocityOverLifetime(velocity:GradientVelocity) 创建...
来源: Laya2.0_api 发布时间: 20190513
用xml描述创建一个clip,interval字段妖孽无效 直接上代码 var xml:XML = Laya.loader.getRes("res/config.xml"); xml = xml.firstChild; for (var node:XML = xml.firstChild; node != null; node = node.nextSibling) ...
来源: Laya_社区 发布时间: 20170918
...public function addChildren(... args):void { var i:int = 0, n:int = args.length; while (i < n) { addChild(args[i++]); } } 看源码,传入节点数组 2018-08-10 0 2 分享 ...
来源: Laya_社区 发布时间: 20180810
... true[static] 是否自动滚动到底部,默认为trueLog maxCount : int = 50[static] 最大打印数量,超过这个数量,则自动清理一次,默认为50次LogPublic Methods MethodDefined By clear():void[static] 清理日志 Log enable():void[static] 激活Log系统,使用...
来源: Laya2.0_api 发布时间: 20190513
...eMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <ac823e2bb42b41bda67924a45a0173c3>:0) System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, ...
来源: Laya_社区 发布时间: 20190327
...olean 移除指定物体。 BoundsOctreeNode shrinkIfPossible(minLength:int):BoundsOctreeNode 收缩八叉树节点。 -所有物体都在根节点的八分之一区域 -该节点无子节点或有子节点但1/8的子节点不包含物体 BoundsOctreeNode update(object:IOctreeObject):Boolean ...
来源: Laya2.0_api 发布时间: 20190513
...数据 ```java this.byte.writeByte(1);//写入一个字节 this.byte.writeInt16(20);//写入一个int16的数据 this.byte.writeFloat32(20.5);//写入一个32位的浮点数据 this.byte.writeUTFString("hello");// 写入一个字符串; var by:Byte = new Byte();//这里声明一个临时Byte类型...
来源: Laya2.0_文档 发布时间: 20210715
...绘制,但是好像没有效果 var a:Sprite = new Sprite(); var count:int = 0; for(var i:int=0; i<200; i++) { for(var j:int=0; j<100; j++) { if(count == 10000) { var htmlCanvas:HTMLCanvas = a.drawToCanvas(width,height,0,0); var texture:Texture = new Texture(htmlCanvas); var b:Sprite = new S...
来源: Laya_社区 发布时间: 20181113
...websocket连接socket的时候,我发现我用接到字节流以后,取int32 int16都没有问题,唯独到了取string的时候,为什么 游标偏移了两个字节,我必须要写入一个2个字节的长度在字符串前面才行,有没有不是这样的方法?我想直接读取...
来源: Laya_社区 发布时间: 20180615