大约有 972 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
...显示。 Layer visibleLayers : int[static] 取Layer显示层。 LayerProtected Properties PropertyDefined By _activeLayers : int[static] Layer激活层。Layer _layerList : Array[static] Layer列表。Layer _uniqueIDCounter : int = 1[static] 唯一标识ID计数器。Layer _visibleL...
来源: laya_api 发布时间: 20170929
...:void 定时执行某函数一次。功能同Laya.timer.timerOnce()。 NodeProtected Methods Show Inherited Protected Methods Show Inherited Protected Methods MethodDefined By _changeHierarchyAnimator(animator:Animator):void[override] RenderableSprite3D _onActive():void[override] RenderableSp...
来源: Laya2.0_api 发布时间: 20190513
...入资源。 Resource url : String 获取资源的URL地址。 ResourceProtected Properties PropertyDefined By _loaded : Boolean = false是否已加载,限于首次加载。ResourcePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Resource() 创...
来源: laya_api 发布时间: 20170422
... * @private * 设置皮肤资源。 */ protected setSource(url: string, img: any = null): void { if (url === this._skin && img) { this.source = img this.onCompResize(); ...
来源: Laya_社区 发布时间: 20191024
...个回复 木昜青爭車干 赞同来自: 找到原因了,需要把类似 protected mouseWheel(e:Event):void { 改写成 protected mouseWheel(e:Laya.Event):void { 2019-04-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 木昜青爭車...
来源: Laya_社区 发布时间: 20190424
...值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _anchorX : Number = NaNX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UICo...
来源: Laya2.0_api 发布时间: 20190513
...节点到Avatar节点的关联,此Animator必须有Avatar文件。 AnimatorProtected Methods MethodDefined By _onDestroy():void[override] Animator _onDisableInScene():void[override] Animator _onEnable():void[override] Animator _onEnableInScene():void[override] AnimatorPublic Constants...
来源: Laya2.0_api 发布时间: 20190513
...ate : ParticleTemplateBase[write-only] 设置粒子粒子模板 EmitterBaseProtected Properties PropertyDefined By _emissionRate : Number = 60 粒子发射速率 EmitterBase _emissionTime : Number = 0 当前剩余发射时间 EmitterBase _frameTime : Number = 0 积累的帧时间 EmitterBa...
来源: laya_api 发布时间: 20170929
...来自: 下个版本修复, chaincollider的 方法 override protected function getDef():* { if (!_shape) { _shape = new window.box2d.b2ChainShape(); _setShape(false); } ...
来源: Laya_社区 发布时间: 20181116
...回收复用 此方法为虚方法,使用时重写覆盖即可 ComponentProtected Methods MethodDefined By _onDestroy():void[override] PhysicsComponent _onDisable():void[override] PhysicsComponent _onEnable():void[override] PhysicsComponentProperty DetailcanCollideWithpropertycanCollide...
来源: Laya2.0_api 发布时间: 20190513