大约有 1,316 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0087 秒)
Laya_社区(636) Laya3.0_api(190) laya_api(135) Laya2.0_api(131) Laya2.0_文档(128) Laya3.0_文档(94) Laya2.0_示例(1) Laya_示例(1)
...明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过ge...
来源: Laya2.0_api 发布时间: 20190513
...prite3D addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功...
来源: laya_api 发布时间: 20170929
...prite3D addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功...
来源: laya_api 发布时间: 20170929
...何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:St...
来源: laya_api 发布时间: 20170929
...资源目录,比如图片不符合用户设置的,或者被用户明确指定不打包的,还有非图片资源等。 //resDir在LayaAir中就需要指定到index.html所在的目录,才能保证没打包进图集的资源也能被正确读取。 "resDir": "", //不管资源是否改变了...
来源: Laya_社区 发布时间: 20161201
...prite3D addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功...
来源: laya_api 发布时间: 20170929
...prite3D addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D addGlitterByPositions(position0:Vector3, position1:Vector3):vo...
来源: laya_api 发布时间: 20170929
...prite3D addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D addParticle(position:Vector3, velocity:Vector3):void 添加粒...
来源: laya_api 发布时间: 20170603
...过冲,再倒转方向回来朝着目标。 Parameters t:Number — 指定当前时间,介于 0 和持续时间之间(包括二者)。 b:Number — 指定动画属性的初始值。 c:Number — 指定动画属性的更改总计。 d:Number — 指定运动的持续时间。 ...
来源: Laya_社区 发布时间: 20170105
...[static] 缓存资源。 Loader clearRes(url:String):void[static] 清理指定资源地址的缓存。 Loader clearResByGroup(group:String):void[static] 根据分组清理资源。 Loader clearTextureRes(url:String):void[static] 销毁Texture使用的图片资源,保留texture壳,如果...
来源: Laya2.0_api 发布时间: 20190513