大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0094 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
...re" Defined in laya/display/cmd/RestoreCmd.ts:8 Methods recover recover(): void Defined in laya/display/cmd/RestoreCmd.ts:22 回收到对象池 Returns void Globals "laya/display/cmd/RestoreCmd" RestoreCmd ID recover Legend Object literal Variable Function Type alias Class Class with type parameter ...
来源: Laya3.0_api 发布时间: 20231115
...t Hierarchy TrailShaderInit Index Methods init Methods Static init init(): void Defined in laya/d3/shader/Trail/TrailShaderInit.ts:10 Returns void Globals "laya/d3/shader/Trail/TrailShaderInit" TrailShaderInit init Legend Object literal Variable Function Type alias Class Class with type parameter En...
来源: Laya3.0_api 发布时间: 20231115
..."Save" Defined in laya/display/cmd/SaveCmd.ts:8 Methods recover recover(): void Defined in laya/display/cmd/SaveCmd.ts:22 回收到对象池 Returns void Globals "laya/display/cmd/SaveCmd" SaveCmd ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Method En...
来源: Laya3.0_api 发布时间: 20231115
...Lib Hierarchy ACESShaderLib Index Methods init Methods Static init init(): void Defined in laya/d3/shader/postprocess/ACES/ACESShaderLib.ts:16 Returns void Globals "laya/d3/shader/postprocess/ACES/ACESShaderLib" ACESShaderLib init Legend Object literal Variable Function Type alias Class Class with t...
来源: Laya3.0_api 发布时间: 20231115
...:RenderContext, x:Number, y:Number):*IFilterActionGL setValue(shader:*):voidIFilterActionGL setValueMix(shader:Value2D):voidIFilterActionGLProperty DetailtypeMixpropertytypeMix:int [read-only] Implementation public function get typeMix():intMethod Detailapply3d()method public functi...
来源: laya_api 发布时间: 20170929
...Lifetime clone():* 克隆。 ColorOverLifetime cloneTo(destObject:*):void 克隆。 ColorOverLifetimeProperty Detailcolorpropertycolor:GradientColor [read-only] 取颜色。 Implementation public function get color():GradientColorenbaleproperty public var enbale:Boolean是否启用...
来源: laya_api 发布时间: 20170929
...Lifetime clone():* 克隆。 ColorOverLifetime cloneTo(destObject:*):void 克隆。 ColorOverLifetimeProperty Detailcolorpropertycolor:GradientColor [read-only] 取颜色。 Implementation public function get color():GradientColorenbaleproperty public var enbale:Boolean是否启用...
来源: Laya2.0_api 发布时间: 20190513
...结束位置。 DrawLineCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawLineCmdPublic Constants ConstantDefined By ID : String = DrawLine[static] DrawLineCmdProperty DetailfromXpropertypublic var fromX:Number X轴开始位置。 fromYproperty public var fromY:Numbe...
来源: Laya2.0_api 发布时间: 20190513
...ends IEditorEnv.CustomEditor { declare owner: Laya.Sprite3D; onSceneGUI(): void { IEditorEnv.Handles.drawHemiSphere(this.owner.transform.position, 2); } onDrawGizmos(): void { IEditorEnv.Gizmos.drawIcon(this.owner.transform.position, "editorResources/UI/ready1.png"); } } 实现效果如下: 2D的...
来源: Laya3.0_文档 发布时间: 20251010
...], 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.progres...
来源: Laya2.0_文档 发布时间: 20210715