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

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

151. [LayaAirIDE3]3.2.0版本导航寻路模块中BOX类型的NavMeshObstacles修改中心点位置和盒子大小后编辑器中示意的位置和大小没有变化 [ 81%]

...te变量怎么动态修改 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 matter中layasprite怎么改变图片大小? 问题状态 最新活动: 2024-10-24 17:56 浏览: 3038 关注: 2 人

来源: Laya_社区 发布时间: 20241023

152. laya.d3.resource.TextureCube_API3.0 [ 81%]

...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 DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

153. laya.d3.animation.AnimationTransform3D_API3.0 [ 80%]

...x(): Float32Array Defined in laya/d3/animation/AnimationTransform3D.ts:156 获取世界矩阵。 Returns Float32Array 世界矩阵。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象...

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

154. laya.resource.RenderTexture2D_API3.0 [ 80%]

...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 DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

155. laya.resource.TextureCube_API3.0 [ 80%]

...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 DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

156. laya.resource.NativeRenderTexture2D_API3.0 [ 80%]

...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 DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

157. laya.d3.component.Animator [ 80%]

...es Show Inherited Public Properties PropertyDefined By  avatar : Avatar 获取avatar。 Animator  cacheFrameRate : int 获取缓存播放帧,缓存模式下生效。 Animator  cachePlayRate : Number 获取缓存播放速率,缓存模式下生效。 Animator  clip : AnimationClip 获取...

来源: laya_api 发布时间: 20170929

158. laya.resource.Texture2DArray_API3.0 [ 80%]

...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 DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...

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

159. laya.display.Node_API3.0 [ 80%]

...olean set active(value: boolean): void Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Defined in laya/display/Node.ts:663 设置是否激活。 Parameters value: boolean 是否激活。 Returns void 自身是否激活。 activeInHierarchy get ac...

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

160. 3d获取组件代码bug [ 80%]

3d获取组件代码bug /** *通过指定类型获得所有组件。 *@param type 组件类型。 *@param components 组件输出队列。 */ __proto.getComponentsByType=function(type,components){ var index=this._componentsMap.indexOf(type); if (index===-1) components.length=0; //这里应该返回...

来源: Laya_社区 发布时间: 20170630