大约有 1,767 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
Laya_社区(1159) Laya2.0_api(183) laya_api(162) Laya3.0_api(119) Laya2.0_文档(51) Laya_示例(41) Laya2.0_示例(35) Laya3.0_文档(17)
...。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true)...
来源: laya_api 发布时间: 20170929
...图层,layer值为0到31层。 BaseCamera callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()...
来源: Laya2.0_api 发布时间: 20190513
...oto对象? 如题。是把Laya.Event.MESSAGE处理函数的参数用writeArrayBuffer()写入Laya.Byte对象吗?然后Laya.Byte的对象如何解析成某个proto类对象? 而且如果是像官方例子那样动态解析.proto文件,速度慢就先不说了,解析了还要知道有哪些...
来源: Laya_社区 发布时间: 20171120
...; import WebGL = Laya.WebGL; export class PIXI_Example_21 { private colors:Array = ["#5D0776", "#EC8A49", "#AF3666", "#F6C84C", "#4C779A"]; private colorCount:number = 0; private isDown:Boolean = false; private path:Array = []; private color:String = this.colors[0]; private liveGraphics:Graphics; pr...
来源: Laya_示例 发布时间: 20241118
...值给指定的输出对象。 Matrix mul16(m1:Matrix, m2:Matrix, out:Array):Array[static] 将指定的两个矩阵相乘,结果赋值给指定的输出数组,长度为16。 Matrix recover():void 回收到对象池,方便复用 Matrix rotate(angle:Number):Matrix 对 Matrix 对象应...
来源: Laya2.0_api 发布时间: 20190513
...型只会被序列化,不能显示和编辑。 类型化数组类型 Int8Array、Uint8Array、Int16Array、Uint16Array、Int32Array、Uint32Array、Float32Array 支持7种类型化数组类型 数组类型 ["number"]、["string"] 用中括号包含数组元素类型, 使用示例代码如下: ...
来源: Laya3.0_文档 发布时间: 20241014
...1,表示不透明。更改alpha值会影响drawcall。Sprite aniSpriteArray : Array当前GRID包含的动画GridSprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想...
来源: Laya2.0_api 发布时间: 20190513
...By getCanvasPic(img:*, color:int):*[static] PicTool getRGBPic(img:*):Array[static] PicToolMethod DetailgetCanvasPic()method public static function getCanvasPic(img:*, color:int):* Parameters img:* color:intReturns*getRGBPic()method public static function getRGBPic(img:*):Array Parameters im...
来源: laya_api 发布时间: 20170929
...t = 100):void[static] 添加对象缓存管理 PoolCache getCacheList():Array 获取缓存的对象列表 PoolCache tryDispose(force:Boolean):void 尝试清理缓存 PoolCacheProperty DetailmaxCountpropertypublic var maxCount:int = 1000 允许缓存的最大数量 signproperty public var sign...
来源: laya_api 发布时间: 20170422
... 执行代码说加载不出来资源 这个是怎么回事? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 图片添加点击事...
来源: Laya_社区 发布时间: 20170518