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

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

1. 3D变换 · LayaAir3.0文档 · LAYABOX [ 100%]

...距离。 * @param isLocal 是否局部空间。 */ translate(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.transformCoordinate(translation, Transform3D._tempMatrix0, Transform3D._tempVector...

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

2. 着色器蓝图 · LayaAir3.0文档 · LAYABOX [ 57%]

.../3/4 定义一个向量类型,根据不同的分量数量分为Vector2、Vector3、Vector4 图6-4 6.4 Color 定义一个颜色值,通常存在RGBA四种分量的数据 图6-5 6.5 Define 宏定义,用于对宏条件的不同触发结果来执行不同的结果内容,效率高于if-else 图6-6...

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

3. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 21%]

... { //注意这里面的属性不要使用到Laya引擎里的类型,比如Vector3这些,是不可以的 Editor.typeRegistry.addTypes([ { name: "MyTestSettingsType", properties: [ { name: "option1", type: "boolean", default: true }, { name: "option2", type: "string", default: "", } ] } ]); Editor....

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