大约有 80 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)
...Animation Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当相同的动画模版被多次使用时,相比于每次都创建新的动画模版,使用动画...
来源: Laya3.0_api 发布时间: 20231115
...enu Globals "laya/display/Scene" Scene Class Scene 场景类,负责场景创建,加载,销毁等功能 场景被从节点移除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestroyedScenes属性查看还未被销毁的场景列表 Hierarc...
来源: Laya3.0_api 发布时间: 20231115
...Inherited from Scene.unDestroyedScenes Defined in laya/display/Scene.ts:18 创建后,还未被销毁的场景列表,方便查看还未被销毁的场景列表,方便内存管理,本属性只读,请不要直接修改 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._is...
来源: Laya3.0_api 发布时间: 20231115
...保证一个类实现丰富功能的同时,又达到高性能。 example 创建了一个 Sprite 实例。 package { import laya.display.Sprite; import laya.events.Event; public class Sprite_Example { private var sprite:Sprite; private var shape:Sprite public function Sprite_Example() { Laya.init(6...
来源: Laya3.0_api 发布时间: 20231115
... Overrides Sprite.constructor Defined in laya/d3/core/scene/Scene3D.ts:726 创建一个 Scene3D 实例。 Returns Scene3D Properties _ShadowMapupdateFrequency _ShadowMapupdateFrequency: number = 1 Defined in laya/d3/core/scene/Scene3D.ts:425 lightShadowMap 更新频率 @internal Optional _extra _ext...
来源: Laya3.0_api 发布时间: 20231115
...ited from Component.constructor Defined in laya/components/Component.ts:44 创建一个新的 Component 实例。 Returns RigidBody Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = ...
来源: Laya3.0_api 发布时间: 20231115
...关闭效果,可以设置前述属性为空 example 以下示例代码,创建了一个 Dialog 实例。 package { import laya.ui.Dialog; import laya.utils.Handler; public class Dialog_Example { private var dialog:Dialog_Instance; public function Dialog_Example() { Laya.init(640, 800);//设置游...
来源: Laya3.0_api 发布时间: 20231115
...e2D Overrides Sprite.constructor Defined in laya/particle/Particle2D.ts:24 创建一个新的 Particle2D 类实例。 Returns Particle2D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited fr...
来源: Laya3.0_api 发布时间: 20231115
...anager Overrides Sprite.constructor Defined in laya/ui/DialogManager.ts:48 创建一个新的 DialogManager 类实例。 Returns DialogManager Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inheri...
来源: Laya3.0_api 发布时间: 20231115
...用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性能最高。 webgl下命令缓存模式缺点:只会减少节点...
来源: Laya3.0_api 发布时间: 20231102