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

大约有 572 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0051 秒)

531. laya.physics.joint.MouseJoint_API3.0 [ 35%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

532. laya.physics.ColliderBase_API3.0 [ 35%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

533. laya.components.Widget_API3.0 [ 35%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

534. laya.d3.physicscannon.CannonRigidbody3D_API3.0 [ 33%]

...igidbody3D" CannonRigidbody3D Class CannonRigidbody3D Rigidbody3D 类用于创建刚体碰撞器。 Hierarchy CannonPhysicsCollider CannonRigidbody3D Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath TYPE_DYNAMIC TYPE_KINEMATIC TYPE_STATIC Accesso...

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

535. laya.physics.joint.MotorJoint_API3.0 [ 33%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

536. laya.physics.joint.DistanceJoint_API3.0 [ 33%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

537. laya.physics.joint.RevoluteJoint_API3.0 [ 33%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

538. 3D材质编辑 · LayaAir3.3 · 引擎文档 · LAYABOX [ 33%]

IDE的材质属性1、材质的创建2、材质面板2.1 材质基础属性2.1.1 BlinnPhong 着色器2.1.2 Unlit 着色器2.1.3 PBR 着色器2.1.4 Particle 着色器2.1.5 Trail着色器2.1.6 SkyBox着色器2.1.7 SkyPanoramic 着色器2.1.8 SkyProcedural 着色器2.2 材质效果展示2.2.1 切换...

来源: Laya3.0_文档 发布时间: 20251011

539. laya.physics.CircleCollider_API3.0 [ 33%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

540. 网络通信 · LayaAir3文档 · LAYABOX [ 33%]

...个简单的例子来看下用法: class LayaSample { constructor() { //创建HttpRequest对象 let http: Laya.HttpRequest = new Laya.HttpRequest(); //设置超时时间 http.http.timeout = 10000; //发送了一个简单的请求 http.send("resources/data.txt", "", "get", "text");//需要在resour...

来源: Laya3.0_文档 发布时间: 20250104