大约有 396 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0051 秒)
...NDERING WORLDINVERTFRONT Accessors active activeInHierarchy clearColor components cullingMask destroyed displayedInStage farPlane fieldOfView hideFlags id is3D layer maxlocalYDistance nearPlane numChildren orthographic orthographicVerticalSize parent renderingOrder scene skyRenderer timer transform ...
来源: Laya3.0_api 发布时间: 20231115
...别?不是普通的容器吗?增加了什么功能呢? laya 2.0 bug onEnable 分离模式节点没有创建 Button 中的文字无法垂直居中 当屏幕尺寸,缩放模式,横竖屏 发生改变时会报错Uncaught TypeError: Cannot read property 'length' of null 获得节点在stage中的...
来源: Laya_社区 发布时间: 20240110
...url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent range scene shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResol...
来源: Laya3.0_api 发布时间: 20231115
....Point(18,0); cameraOffset:Laya.Point=new Laya.Point(180,570); onEnable(): void { Laya.Physics.I.allowSleeping = false; this.strWorldRoot= this.owner.scene.strWorldRoot; Laya.Physics.I.worldRoot = this.strWorldRoot; } onUpdate(): void { ...
来源: Laya_社区 发布时间: 20231123
... 'px'; document.body.appendChild(this.nativeImg) } onEnable() { Laya.timer.once(1000, this, this.delayShowImg); } delayShowImg() { let canvas = this.drawToCanvas(Laya.stage.width, Laya.stage.height, 0, 0); let str = canvas.toBas...
来源: Laya_社区 发布时间: 20230323
...ETRICGI_PROBESTEPS WORLDINVERTFRONT Accessors active activeInHierarchy components destroyed displayedInStage hideFlags id is3D layer numChildren parent scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater...
来源: Laya3.0_api 发布时间: 20231115
...sicsCollider._addToSimulation (laya.d3.js:28717) at PhysicsCollider._onEnable (laya.d3.js:2896) at PhysicsCollider._setActive (laya.core.js:20312) at MeshSprite3D._activeHierarchy (laya.core.js:13195) at Sprite3D._activeHierarchy (laya.core.js:13201) at Scene3D._activeH...
来源: Laya_社区 发布时间: 20200702
...sspublic class PhysicsColliderInheritancePhysicsCollider PhysicsTriggerComponent PhysicsComponent Component Object PhysicsCollider 类用于创建物理碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获取可...
来源: Laya2.0_api 发布时间: 20190513
...url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent scene shadowCascadesMode shadowDepthBias shadowDistance shadowFourCascadeSplits shadowMode shadowN...
来源: Laya3.0_api 发布时间: 20231115
...可能在onDisable的时候被移除,如果发现异常,可以选择在onEnable里面添加事件 this.ani_show.on(Laya.Event.COMPLETE, this, this.onPlayComplete); } attack(callback?:Laya.Handler){ this.ani_show.play(); if (callback) // 甚至可以加上回调 this.ani_show.once(Laya.Event.COMP...
来源: Laya_社区 发布时间: 20190215