• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 972 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)

81. laya.physics.ColliderBase [ 69%]

...回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProtected Methods  MethodDefined By  _onDestroy():void[override] ColliderBase  _onEnable():void[override] ColliderBaseProperty Detaildensitypropertydensity:Number密度值,值可以为零或者是正数,建议使用...

来源: Laya2.0_api 发布时间: 20190513

82. laya.d3.core.light.SpotLight [ 69%]

...: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

83. laya.d3.component.animation.UVAnimations [ 69%]

...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

84. Laya.MiniAdpter.downLoadFile缓存的文件无法读取的问题 [ 69%]

...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

85. 执行回调函数时报is not a function [ 68%]

...oadRoles():void {     SocketProxy.instance.setRoleCall(getRolesBack); } protected function getRolesBack(data:ByteArray):void {     var len:int=data.readShort();     if (len == 0)     { //没有角色...则开始创建         trace("#没有角色...则开始创建");         ...

来源: Laya_社区 发布时间: 20170622

86. laya.d3.physics.PhysicsCollider [ 68%]

...回收复用 此方法为虚方法,使用时重写覆盖即可 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

87. 用Socket连接服务器,服务端显示已经有登录,但Event.OPEN没有触发 [ 68%]

...     public class CConnector extends Socket     {         protected var sendBuf:Byte = null;         protected var recvBuf:Byte = null;                  public function CConnector()         {             this.sendBuf = this.output;     ...

来源: Laya_社区 发布时间: 20170920

88. laya.components.Script [ 68%]

...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

89. laya.ui.UIComponent [ 68%]

...值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By  _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent  _anchorY : Number = NaNY锚点,值为0-1,设置anchorY...

来源: Laya2.0_api 发布时间: 20190513

90. laya.d3.resource.Texture2D [ 68%]

...ynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods  MethodDefined By  detoryResource():void[override] 销毁资源。 Texture2D  recreateResource():void[override] 重新创建资源,如果异步创建中被强制释放再创建,则需等待释放完...

来源: laya_api 发布时间: 20170929