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

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

871. laya.particle.Particle2D_API3.0 [ 49%]

...rchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize emitter filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX ...

来源: Laya3.0_api 发布时间: 20231115

872. laya.d3.component.physics.MeshCollider [ 49%]

...ed Public Properties Show Inherited Public Properties PropertyDefined By destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Component3D id : int[read-only] 获取唯一标识ID。 Component3D isSingleton : Boolean[override] [read-only] 获...

来源: laya_api 发布时间: 20170929

873. laya.display.Sprite_API3.0 [ 49%]

...rchy alpha anchorX anchorY blendMode cacheAs components customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics height hideFlags hitArea is3D mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY r...

来源: Laya3.0_api 发布时间: 20231115

874. laya.ui.ScaleBox_API3.0 [ 49%]

...de bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren par...

来源: Laya3.0_api 发布时间: 20231115

875. laya.d3.component.animation.SkinAnimations [ 48%]

...ntFrameIndex : int[read-only] 获取播放器帧数。 KeyframeAnimations destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 Component3D id : int[read-only] 获取唯一标识ID。 Component3D isSingleton : Boolean[read-only] 获取是否...

来源: laya_api 发布时间: 20170929

876. laya.ui.Box_API3.0 [ 48%]

...de bottom cacheAs centerX centerY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea is3D left mask mouseEnabled mouseX mouseY numChildren par...

来源: Laya3.0_api 发布时间: 20231115

877. laya.d3.core.ParticleRender [ 48%]

...值。 BaseRender castShadow : Boolean 是否产生阴影。 BaseRender destroyed : Boolean[read-only] 获取是否已销毁。 BaseRender enable : Boolean 获取是否可用。 BaseRender lightmapIndex : int 获取光照贴图的索引。 BaseRender lightmapScaleOffset : Vector4 获取光照...

来源: laya_api 发布时间: 20170603

878. laya.d3.physics.Rigidbody3D [ 48%]

...Component collisionGroup : int 获取所属碰撞组。 PhysicsComponent destroyed : Boolean[read-only] 获取是否已经销毁 。 Component  detectCollisions : Boolean 获取是否进行碰撞检测。 Rigidbody3D enabled : Boolean[override] 获取是否启用组件。 PhysicsComponent fric...

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

879. laya.d3.core.GlitterRender [ 48%]

...值。 BaseRender castShadow : Boolean 是否产生阴影。 BaseRender destroyed : Boolean[read-only] 获取是否已销毁。 BaseRender enable : Boolean 获取是否可用。 BaseRender id : int[read-only] 获取唯一标识ID,通常用于识别。 BaseRender lightmapIndex : int 获取光照...

来源: laya_api 发布时间: 20170929

880. 2D物理-碰撞过滤器 [ 48%]

...useJoint: MouseJoint = this.curTarget.getComponent(MouseJoint); mouseJoint.destroy(); this.curTarget = null; } dispose() { Laya.stage.off(Event.MOUSE_MOVE, this, this.mouseMove); Laya.stage.off(Event.MOUSE_UP, this, this.mouseUp); Laya.stage.off(Event.MOUSE_OUT, this, this.mouseUp); Laya.stage.off(E...

来源: Laya2.0_示例 发布时间: 20241001