大约有 184 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...rd getForward(out: Vector3): void Defined in laya/d3/math/Matrix4x4.ts:834 获取前向量。 Parameters out: Vector3 前向量。 Returns void getInvertFront getInvertFront(): boolean Defined in laya/d3/math/Matrix4x4.ts:855 判断此矩阵是否是反向矩阵 Returns boolean getTranslationVector ...
来源: Laya3.0_api 发布时间: 20231102
... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...
来源: Laya3.0_api 发布时间: 20231115
...件会自动刷新,无需代码。例如: //下面是UI进程代码 //获取选中的节点 let node = Editor.scene.getSelection()[0]; //修改节点属性,场景里的对象会自动同步,无需手动 node.props.x = 100; //修改组件属性,场景里的对象会自动同步,无需手...
来源: Laya3.0_文档 发布时间: 20241014
...s.maxRight = 0; //如果不开启autoSize 父容器的宽度和高度无法获取 this.autoSize = true; //初始化的时候将坐标放到屏幕右边 this.x = 852; //y坐标取一个随机值 为什么是32 因为我们的整个素材是 32 * 20 拼起来的 this.y = 32 * 6 + 32 * parseInt(8 * Mat...
来源: Laya_社区 发布时间: 20160801