大约有 981 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0055 秒)
Laya_社区(643) Laya3.0_api(114) Laya2.0_api(92) laya_api(78) Laya2.0_文档(30) Laya3.0_文档(21) Laya_示例(2) Laya2.0_示例(1)
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...
来源: Laya3.0_api 发布时间: 20231102
...迹朝向其变换组件的 Z 轴 2.4.3 最小距离 Min Vertex Distance:获取新旧顶点之间最小距离,实际上是最小拖尾片段距离,相当于拖尾的长度 可以确定在将新段添加到该路径之前,应用轨迹的游戏对象必须行进的距离(采用世界单位...
来源: Laya3.0_文档 发布时间: 20251010
... 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
...this.tipLbll,this.scoreLbl,具有代码提示效果。而script脚本获取只能通过this.owner.getChildByName("xxx") 等方式获取节点** - **建议:如果是页面级的逻辑,需要频繁访问页面内多个元素,使用runtime继承式写法,如果是独立小模块,功能单...
来源: Laya2.0_文档 发布时间: 20210715
...信息,Shader中常见的顶点,法线等数据都是从Mesh数据中获取而来 一个标准的网格数据由以下的几部分属性组成 Vertex:三维空间中位置的集合 Topology:Mesh的基本片元类型 Index:索引数据,描述顶点组合片元的整数集合 Vertex:顶...
来源: Laya3.0_文档 发布时间: 20251010
...例凹多边形的问题 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 Laya mac版的IDE 是没测试就上线了吗? 成都雨墨游戏 求 laya 程序开发人员 求指点3d射线碰撞和UI点击穿透的问题 做好的粒子特效在U3D里循环正常。在LAYA插件里预...
来源: Laya_社区 发布时间: 20191019
... 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
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...
来源: Laya3.0_api 发布时间: 20231115
... 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
...也可以通过代码来设置,上述示例演示了如何通过计时器获取每一秒更新clip.clipX切片,通过每秒更新数字实现计时器的功能,有兴趣的读者可以自己通过代码设置Clip,创建出符合自己项目中需要的Clip。 **示例代码:** ```javascrip...
来源: Laya2.0_文档 发布时间: 20210714