大约有 2,727 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0070 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
...例。 BaseShape clone():* 克隆。 BaseShape cloneTo(destObject:*):void 克隆。 BaseShape generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void 用于生成粒子初始位置和方向。 BaseShapeProperty Detailenablepro...
来源: Laya2.0_api 发布时间: 20190513
...urns number obsolute get obsolute(): boolean set obsolute(value: boolean): void Inherited from Resource.obsolute Defined in laya/resource/Resource.ts:147 如果设置一个已缓存的资源obsolute为true,则 1)getRes仍然可以返回这个资源; 2)下次加载时会忽略这个缓存而...
来源: Laya3.0_api 发布时间: 20231115
... Public Methods Show Inherited Public Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用...
来源: Laya2.0_api 发布时间: 20190513
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node canPlayType(type:int):String 检测是否支持播放指定格式视频。 Video clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node conta...
来源: laya_api 发布时间: 20170929
...子元素列表。 DictionaryPublic Methods MethodDefined By clear():void 清除此对象的键名列表和键值列表。 Dictionary get(key:*):* 返回指定键名的值。 Dictionary indexOf(key:Object):int 获取指定对象的键名索引。 Dictionary remove(key:*):Boolean 移除...
来源: laya_api 发布时间: 20170929
...用IndexBuffer3D.create()代替 实例。 IndexBuffer3D _bindForVAO():void[override] IndexBuffer3D bind():Boolean[override] IndexBuffer3D destroy():void[override] IndexBuffer3D getData():Uint16Array 获取索引数据。 IndexBuffer3D setData(data:*, bufferOffset:int = 0, dataStartInd...
来源: Laya2.0_api 发布时间: 20190513
...], Handler.create(this, this.onLoadComplete)); } private onLoadComplete(): void { this.progressBar = new ProgressBar("../../res/ui/progressBar.png"); this.progressBar.width = 400; this.progressBar.x = (Laya.stage.width - this.progressBar.width) / 2; this.progressBar.y = Laya.stage.height / 2; this.p...
来源: Laya_示例 发布时间: 20241119
... Public Methods Show Inherited Public Methods MethodDefined By destroy():void 销毁组件 Component onReset():void 重置组件参数到默认值,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用...
来源: Laya2.0_api 发布时间: 20190513
...etSource():*[override] 获取纹理资源。 BaseTexture generateMipmap():void 通过基础数据生成mipMap。 BaseTexture getData(x:Number, y:Number, width:Number, height:Number, out:Uint8Array):Uint8Array 获得像素数据。 RenderTexture getDataAsync(x:Number, y:Number, width:Number, h...
来源: Laya2.0_api 发布时间: 20190513
...Laya; @regClass() export class LoaderDemo extends Laya.Script { onAwake(): void { this.loadTexture("resources/image/monkey2.png", 500);//需要在resources/image放入相应的资源 this.loadTexture("https://layaair.com/3.x/demo/resources/res/apes/monkey2.png"); } /**加载并显示图片 */ loadTe...
来源: Laya3.0_文档 发布时间: 20241014