大约有 593 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0047 秒)
...blendpropertyblend:int 获取混合方式。 Implementation public function get blend():int public function set blend(value:int):voidblendDstproperty blendDst:int 获取混合目标。 Implementation public function get blendDst():int public function set blendDst(value...
来源: Laya2.0_api 发布时间: 20190513
...ate */ protected var _progress:Image protected var _proMask:Sprite; public function HProgressSlider(skin:String=null) { super(skin); } override protected function initialize():void{ super.initialize(); _proMask = new Sprite(); _proMask.graphics.drawRect(0, 0, _progress.width, _progress.height); _pro...
来源: Laya_社区 发布时间: 20170327
...果不希望刚体旋转,这设置为false Implementation public function get allowRotation():Boolean public function set allowRotation(value:Boolean):voidallowSleepproperty allowSleep:Boolean是否允许休眠,允许休眠能提高性能 Implementation public function ge...
来源: Laya2.0_api 发布时间: 20190513
...x addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...
来源: laya_api 发布时间: 20170929
...是否支持播放指定格式视频。 Video clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void...
来源: laya_api 发布时间: 20170929
...albedoColor:Vector4 获取反照率颜色。 Implementation public function get albedoColor():Vector4 public function set albedoColor(value:Vector4):voidalbedoColorAproperty albedoColorA:Number 获取反照率颜色Z分量。 Implementation public function get albedoColorA():...
来源: Laya2.0_api 发布时间: 20190513
...否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: Laya2.0_api 发布时间: 20190513
...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...
来源: laya_api 发布时间: 20170929
...velpropertyanisoLevel:int 各向异性等级 Implementation public function get anisoLevel():int public function set anisoLevel(value:int):voiddefaulteTextureproperty defaulteTexture:BaseTexture [read-only] 获取默认纹理资源。 Implementation public function get def...
来源: Laya2.0_api 发布时间: 20190513
...group=Sprite3D&name=ScriptSample))。 > 主类: > ```typescript public function ScriptSample() { //初始化引擎 Laya3D.init(0, 0); Laya.stage.scaleMode = Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; //预加载所有资源 var resource:Array = ["res/threeDimen/skinModel/LayaMo...
来源: Laya2.0_文档 发布时间: 20210714