大约有 807 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0070 秒)
Laya_社区(362) Laya3.0_api(139) Laya2.0_文档(119) Laya3.0_文档(80) Laya2.0_api(54) laya_api(49) Laya_示例(2) Laya2.0_示例(2)
iOS构建发布二、构建发布2.1 应用ID2.2 构建版本号2.3 打包资源2.4 混淆资源2.5 资源服务器URL2.6 热更新(DCC)2.7 屏幕方向2.8 图标2.9 签名2.10 分发类型2.11 渲染模式2.12 导出项目2.13 纹理选项三、构建XCode工程3.1 构建好的项目工程的...
来源: Laya3.0_文档 发布时间: 20251010
...Globals "laya/resource/TextResource" TextResource Class TextResource 文字资源 Hierarchy Resource TextResource Index Constructors constructor Properties _id data destroyedImmediately format lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMe...
来源: Laya3.0_api 发布时间: 20231115
...laya/resource/AtlasResource" AtlasResource Class AtlasResource 大图合集资源 Hierarchy Resource AtlasResource Index Constructors constructor Properties _id destroyedImmediately dir frames lock name textures url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMem...
来源: Laya3.0_api 发布时间: 20231115
...理使用快速渲染4.2 适时启用缓存4.3 控制实例数量4.4 优化资源加载Spine3D渲染器(Spine3DRenderer) 1、Spine3D使用入门 Spine3D渲染器是LayaAir引擎中用于在3D场景中播放Spine动画的组件。与2D Spine渲染器相比,3D版本能够在3D空间中更灵活...
来源: Laya3.0_文档 发布时间: 20260203
...子中主动调用了Laya.Texture的load方法,修改内部方法指定资源类型后恢复正常 由于Image对象指定skin会使用Texture对象,当对象渲染并触发_getSource->recoverBitmap后,已赋值url的对象会报错(未体现在demo内) 附件 : --> test.zip 2025-02-...
来源: Laya_社区 发布时间: 20250221
...DATA_PATH); var robotTexture = Loader.getRes(ROBOT_TEXTURE_PATH); // 使用资源 } })();module laya { import Loader = Laya.Loader; import Handler = Laya.Handler; export class Loader_MultipleType { private ROBOT_DATA_PATH: string = "../../res/skeleton/robot/robot.bin"; private ROBOT_TEXTURE_PATH: st...
来源: Laya_示例 发布时间: 20260303
...DATA_PATH); var robotTexture = Loader.getRes(ROBOT_TEXTURE_PATH); // 使用资源 } })();module laya { import Loader = Laya.Loader; import Handler = Laya.Handler; export class Loader_MultipleType { private ROBOT_DATA_PATH: string = "res/skeleton/robot/robot.bin"; private ROBOT_TEXTURE_PATH: string =...
来源: Laya2.0_示例 发布时间: 20260303
...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/resource/R...
来源: Laya3.0_api 发布时间: 20231115
...例如Laya.Sprite3D就只能传入3D节点,试图拖入2D节点或拖入资源都是禁止的。 常用的引擎对象类型使用示例如下: const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { @property( { type:Laya.Camera } ) //摄像机类型 private cam...
来源: Laya3.0_文档 发布时间: 20251010
...Clip" AnimationClip Class AnimationClip AnimationClip 类用于动画片段资源。 Hierarchy Resource AnimationClip Index Constructors constructor Properties _id destroyedImmediately islooping lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpu...
来源: Laya3.0_api 发布时间: 20231115