大约有 2,727 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0083 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
... Public Methods Show Inherited Public Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用...
来源: Laya2.0_api 发布时间: 20190513
...p=Resource&name=GarbageCollection)) ```typescript function(e:Laya.Event):void { this._castType++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_sce...
来源: Laya2.0_文档 发布时间: 20210715
.../AutoBitmap.ts:29 Accessors cmds get cmds(): any[] set cmds(value: any[]): void Inherited from Graphics.cmds Defined in laya/display/Graphics.ts:151 命令流。存储了所有绘制命令。 Returns any[] Inherited from Graphics.cmds Defined in laya/display/Graphics.ts:155 命令流。存储了所...
来源: Laya3.0_api 发布时间: 20231115
...个 SkyBoxMaterial 实例。 SkyBoxMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMa...
来源: Laya2.0_api 发布时间: 20190513
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component changeText(text:String)...
来源: laya_api 发布时间: 20170929
...用并用VertexBuffer3D.create()代替 实例。 VertexBuffer3D _bind():voidBuffer bindWithIndexBuffer(ib:IndexBuffer3D):void 和索引缓冲一起绑定。 VertexBuffer3D getData():Float32Array 获取顶点数据。 VertexBuffer3D setData(data:Float32Array, bufferOffset:int = 0, dataStart...
来源: laya_api 发布时间: 20170929
...s:45 Parameters selector: string Returns XML parse parse(aSource: string): void Defined in laya/html/XML.ts:65 Parameters aSource: string Returns void reset reset(): void Defined in laya/html/XML.ts:116 Returns void setAttribute setAttribute(attrName: string, attrValue: string): void Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
...rCompressType set compareFlag(value: AniStateConditionNumberCompressType): void Defined in laya/components/AnimatorStateCondition.ts:135 判断类型 Returns AniStateConditionNumberCompressType Defined in laya/components/AnimatorStateCondition.ts:139 判断类型 Parameters value: AniStateConditionN...
来源: Laya3.0_api 发布时间: 20231115
...ipt /** * 动画状态开始时执行。 */ public function onStateEnter():void {} /** * 动画状态更新时执行。 */ public function onStateUpdate():void {} /** * 动画状态退出时执行。 */ public function onStateExit():void {} ``` 开发者可以通过重写这几个方法,来实现...
来源: Laya2.0_文档 发布时间: 20210714
... **writeArrayBuffer**(arraybuffer:*, offset:number = 0, length:number = 0):void 写入指定的二进制缓冲数据。指定数据的偏移量和长度,如下: ```typescript var byte:Laya.Byte = new Laya.Byte(); var byte1:Laya.Byte = new Laya.Byte(); byte1.writeFloat32(20.0);//写入一个四...
来源: Laya2.0_文档 发布时间: 20210715