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

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

131. loader.create如果传入多种类型的资源不会加载关联的资源 [ 82%]

...y到导出场景加载时抛异常,不知所措 分享:LayaAir下如何获取图集下的小图资源? 微信小游戏与加载图片时不会触发erroe事件 模型资源释放问题 打包出来后的APP打开加载速度过慢,有黑屏,如何加入闪屏图片 问题状态 最新活...

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

132. laya.d3.component.animator.AnimatorState_API3.0 [ 82%]

...teScript | null Defined in laya/d3/component/Animator/AnimatorState.ts:303 获取脚本。 Parameters type: typeof AnimatorStateScript 组件类型。 Returns AnimatorStateScript | null 脚本。 getScripts getScripts(type: typeof AnimatorStateScript): AnimatorStateScript[] | null Defined in laya/d3...

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

133. laya.net.LoaderManager [ 82%]

...:* = null):Boolean 派发事件。 EventDispatcher  getRes(url:String):* 获取指定资源地址的资源。 LoaderManager hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检...

来源: laya_api 发布时间: 20170929

134. laya.resource.VideoTexture_API3.0 [ 82%]

...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

135. laya.ani.AnimationPlayer [ 82%]

...播放器。 Public Properties PropertyDefined By  cacheFrameRate : int 获取默认帧率 AnimationPlayer  cacheFrameRateInterval : Number[read-only] 获取缓存帧率间隔时间 AnimationPlayer  cachePlayRate : Number 获取缓存播放速率。 AnimationPlayer  currentAnimationClipInde...

来源: Laya2.0_api 发布时间: 20190513

136. laya.d3.core.Transform3D [ 82%]

...orm3D 取关联虚拟变换。 Transform3D  forward : Vector3[read-only] 获取向前方向。 Transform3D  localMatrix : Matrix4x4 获取局部矩阵。 Transform3D  localPosition : Vector3 获取局部位置。 Transform3D  localRotation : Quaternion 获取局部旋转。 Transform3D  lo...

来源: laya_api 发布时间: 20170929

137. 预览服务 · LayaAir3.4 · 引擎文档 · LAYABOX [ 82%]

...务器绑定的主机地址。 当该值为空字符串时,IDE 会自动获取当前设备的本地 IP 地址作为服务地址,这是最常见、也最省事的配置方式。 在实际开发中,是否显式指定该参数,通常取决于预览服务的访问范围。如果仅在本机浏...

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

138. laya.d3.resource.models.Mesh_API3.0 [ 82%]

...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

139. 资源加载 · LayaAir3.4 · 引擎文档 · LAYABOX [ 81%]

....json"; //fetch取到的是原始数据,但没有缓存,无法用getRes获取 Laya.loader.fetch(jsonPath, "json").then((_json) => { if (_json.bagList && _json.bagList.length > 0) { //把json数据传递给list组件的数据源属性array this.bagList.array = _json.bagList; } }); }...

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

140. laya.device.motion.Gyroscope_API3.0 [ 81%]

...device/motion/Gyroscope" Gyroscope Class Gyroscope 使用Gyroscope.instance获取唯一的Gyroscope引用,请勿调用构造函数。 listen()的回调处理器接受两个参数: function onOrientationChange(absolute:Boolean, info:RotationInfo):void absolute: 指示设备是否可以提供绝...

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