大约有 74 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0022 秒)
...t" SingletonList Class SingletonList<T> SingletonList 类用于实现单例队列。 Type parameters T Hierarchy SingletonList CastShadowList SimpleSingletonList ReflectionProbeList Index Constructors constructor Constructors constructor new SingletonList(): SingletonList Defined in laya/d3/co...
来源: Laya3.0_api 发布时间: 20231102
...SingletonList Class SimpleSingletonList SimpleSingletonList 类用于实现单例队列。 Hierarchy SingletonList<ISingletonElement> SimpleSingletonList Index Constructors constructor Methods clearElement Constructors constructor new SimpleSingletonList(): SimpleSingletonList Overrides Single...
来源: Laya3.0_api 发布时间: 20231102
...t" SingletonList Class SingletonList<T> SingletonList 类用于实现单例队列。 Type parameters T Hierarchy SingletonList FastSinglelist PhysicsUpdateList Index Constructors constructor Methods destroy indexof Constructors constructor new SingletonList(): SingletonList Defined in laya/uti...
来源: Laya3.0_api 发布时间: 20231115
...tic I I: WeakObject Defined in laya/utils/WeakObject.ts:17 全局WeakObject单例 Static delInterval delInterval: number = 10 * 60 * 1000 Defined in laya/utils/WeakObject.ts:15 如果不支持WeakMap,则多少时间清理一次缓存,默认10分钟清理一次 Static supportWeakMap supportWeakMa...
来源: Laya3.0_api 发布时间: 20231115
...enders/Render" Render Class Render Render 是渲染管理类。它是一个单例,可以使用 Laya.render 访问。 Hierarchy Render Index Constructors constructor Properties _Render _customRequestAnimationFrame _loopFunction is3DMode Accessors canvas context customRenderEngine Methods initRender...
来源: Laya3.0_api 发布时间: 20231115
... new MouseManager() Defined in laya/events/MouseManager.ts:23 MouseManager 单例引用。 Static multiTouchEnabled multiTouchEnabled: boolean = true Defined in laya/events/MouseManager.ts:28 是否开启多点触控 Methods check3DUI check3DUI(mousex: number, mousey: number, callback: Function): bo...
来源: Laya3.0_api 发布时间: 20231102
...s LoaderManager LoaderManager 类用于用于批量加载资源。此类是单例,不要手动实例化此类,请通过Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个加载失败,会派发 Event.ERROR 事件,事件回调参数值...
来源: Laya3.0_api 发布时间: 20231102
...singleton: boolean = true Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Defined in laya/components/Compo...
来源: Laya3.0_api 发布时间: 20231115
...laya/utils/Timer" Timer Class Timer Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Hierarchy Timer Index Constructors constructor Properties currFrame currTimer scale Accessors delta Methods callLater clear clearAll clearCallLater dest...
来源: Laya3.0_api 发布时间: 20231115
...from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean I...
来源: Laya3.0_api 发布时间: 20231102