大约有 972 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
...回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProtected Methods MethodDefined By _onDestroy():void[override] ColliderBase _onEnable():void[override] ColliderBaseProperty Detaildensitypropertydensity:Number密度值,值可以为零或者是正数,建议使用...
来源: Laya2.0_api 发布时间: 20190513
...:void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _onActive():void[override] SpotLight _onAdded():void[override] Sprite3D _onInActive():void[override] SpotLight _onR...
来源: Laya2.0_api 发布时间: 20190513
...eAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _player : AnimationPlayer动画播放器。KeyframeAnimationsPublic Methods Hide Inherited Public Methods Show ...
来源: laya_api 发布时间: 20170603
...dpter.downLoadFile(url, null, handler); } else { this.DoLoadData(url); } } protected DoLoadData(url:string):void { Laya.loader.load(url, Laya.Handler.create(this, this.OnLoadDataCb)); } protected OnDownloadFileInWxOk(args:any, result:any, data:any):void { console.log("OnDownloadFileInWxOk"); console...
来源: Laya_社区 发布时间: 20180604
...oadRoles():void { SocketProxy.instance.setRoleCall(getRolesBack); } protected function getRolesBack(data:ByteArray):void { var len:int=data.readShort(); if (len == 0) { //没有角色...则开始创建 trace("#没有角色...则开始创建"); ...
来源: Laya_社区 发布时间: 20170622
...回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _onDestroy():void[override] PhysicsComponent _onDisable():void[override] PhysicsComponent _onEnable():void[override] Phys...
来源: Laya2.0_api 发布时间: 20190513
... public class CConnector extends Socket { protected var sendBuf:Byte = null; protected var recvBuf:Byte = null; public function CConnector() { this.sendBuf = this.output; ...
来源: Laya_社区 发布时间: 20170920
...tComponent方法 此方法为虚方法,使用时重写覆盖即可 ScriptProtected Methods MethodDefined By _onAwake():void[override] Script _onDestroy():void[override] Script _onDisable():void[override] Script _onEnable():void[override] ScriptProperty DetailisSingletonpropertyisSing...
来源: Laya2.0_api 发布时间: 20190513
...值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent _anchorY : Number = NaNY锚点,值为0-1,设置anchorY...
来源: Laya2.0_api 发布时间: 20190513
...ynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods MethodDefined By detoryResource():void[override] 销毁资源。 Texture2D recreateResource():void[override] 重新创建资源,如果异步创建中被强制释放再创建,则需等待释放完...
来源: laya_api 发布时间: 20170929