大约有 45 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0024 秒)
...rInheritanceStaticBatchManager Object StaticBatchManager 类用于静态批处理管理的父类。 Public Methods MethodDefined By StaticBatchManager() 创建一个 StaticBatchManager 实例。 StaticBatchManager combine(staticBatchRoot:Sprite3D, renderableSprite3Ds:Vector.<RenderableSpr...
来源: Laya2.0_api 发布时间: 20190513
...a.utilsClasspublic class HandlerInheritanceHandler Object Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象池,回收后不要再使用...
来源: Laya2.0_api 发布时间: 20190513
... PostProcessInheritancePostProcess Object PostProcess 类用于创建后期处理组件。 Public Methods MethodDefined By PostProcess() 创建一个 PostProcess 实例。 PostProcess _init(camera:Camera, command:CommandBuffer):void private PostProcess addEffect(effect:PostProcessEffect):...
来源: Laya2.0_api 发布时间: 20190513
...ation clearWatch(id:int):void[static] 移除watchPosition安装的指定处理器。 Geolocation getCurrentPosition(onSuccess:Handler, onError:Handler = null):void[static] 获取设备当前位置。 Geolocation watchPosition(onSuccess:Handler, onError:Handler):int[static] 监视设备当...
来源: Laya2.0_api 发布时间: 20190513
...接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By clickHandler : Handler 对象的点击事件回掉函数处理器。 ISelect selected : Boolean 一个布尔值,表示是否被选择。 ISelectProperty DetailclickHa...
来源: Laya2.0_api 发布时间: 20190513
...tProcessRenderContext Object PostProcessRenderContext 类用于创建后期处理渲染上下文。 Public Properties PropertyDefined By camera : Camera = null 渲染相机。PostProcessRenderContext command : CommandBuffer = null 后期处理指令流。PostProcessRenderContext compositeD...
来源: Laya2.0_api 发布时间: 20190513
...d By check3DUI(mousex:Number, mousey:Number, callback:Function):Boolean 处理3d界面。 MouseManager handleCapture(mousex:Number, mousey:Number, callback:Function):BooleanMouseManager handleExclusiveCapture(mousex:Number, mousey:Number, callback:Function):BooleanMouseManager releaseCap...
来源: Laya2.0_api 发布时间: 20190513
... _onAdded():void[override] 对象被添加到显示列表的事件侦听处理函数。 Widget destroy():void 销毁组件 Component onReset():void[override] Widget resetLayout():void 重新计算布局 WidgetProtected Methods MethodDefined By _onDisable():void[override] Widget _on...
来源: Laya2.0_api 发布时间: 20190513
...取唯一的Gyroscope引用,请勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标...
来源: Laya2.0_api 发布时间: 20190513
...eb/API/MediaDevices/getUserMedia。 onSuccess:Handler — 获取成功的处理器,唯一参数返回媒体的Blob地址,可以将其传给Video。 onError:Handler — 获取失败的处理器,唯一参数是Error。 supported()method public static function supported():Boolean 检查浏...
来源: Laya2.0_api 发布时间: 20190513