大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
....Sprite3D; layaMonkey.once(Laya.Event.HIERARCHY_LOADED, this, function (): void { var aniSprite3d: Laya.Sprite3D = layaMonkey.getChildAt(0) as Laya.Sprite3D; var animator: Laya.Animator = aniSprite3d.getComponentByType(Laya.Animator) as Laya.Animator; animator.play(null, 1.0, 40, 70); }); Laya.timer...
来源: Laya_示例 发布时间: 20260303
... */ public function set radius(value:Number):void /** * 设置高度(改变此属性会重新生成顶点和索引) * @param value 高度 */ public function set height(value:Number):void 2018-0...
来源: Laya_社区 发布时间: 20180505
..., null, Loader.JSON); } private function readJsonFinish(url:String = null):void { traceMsg("readJsonFinish - 加载成功: " + url); // 返回的是 * 类型,要不要先解析成字符串类型,那应该怎么转呢?? var jsonConf:* = Laya.loader.getRes(url); // 这里直接传入jsonConf对象...
来源: Laya_社区 发布时间: 20180227
...cale" Defined in laya/display/cmd/ScaleCmd.ts:7 Methods recover recover(): void Defined in laya/display/cmd/ScaleCmd.ts:39 回收到对象池 Returns void Globals "laya/display/cmd/ScaleCmd" ScaleCmd pivotX pivotY scaleX scaleY ID recover Legend Object literal Variable Function Type alias Class Clas...
来源: Laya3.0_api 发布时间: 20231115
...kyBox() 创建一个 SkyBox 实例。 SkyBox _render(state:RenderState):void[override] SkyBoxPublic Constants Hide Inherited Public Constants Show Inherited Public Constants ConstantDefined By ALPHABLENDING : int = 2[static] Sky DIFFUSETEXTURE : int = 3[static] Sky INTENSITY : int = 1[static]...
来源: laya_api 发布时间: 20170929
...0.01); camera1.addComponent(CameraMoveScript); } private function loadUI():void { var _this:D3Base_TargetTexture = this; Laya.loader.load(["../../../../res/threeDimen/ui/button.png"], Handler.create(null, function():void { var btn:Button = new Button(); btn.skin = "../../../../res/thr...
来源: Laya_社区 发布时间: 20170209
...Source():*[override] 获取纹理资源。 BaseTexture generateMipmap():void 通过基础数据生成mipMap。 BaseTextureProtected Methods MethodDefined By _disposeResource():void[override] BaseTexturePublic Constants ConstantDefined By FILTERMODE_BILINEAR : int = 1[static] 寻址模式...
来源: Laya2.0_api 发布时间: 20190513
...ed in laya/d3/math/Ray.ts:8 原点 Methods at at(t: number, out: Vector3): void Defined in laya/d3/math/Ray.ts:27 射线上的某点 Parameters t: number out: Vector3 Returns void Globals "laya/d3/math/Ray" Ray constructor direction origin at Legend Class Class with type parameter Constructor Proper...
来源: Laya3.0_api 发布时间: 20231115
... Y 轴位置。 DrawPathCmdPublic Methods MethodDefined By recover():void 回收到对象池 DrawPathCmdPublic Constants ConstantDefined By ID : String = DrawPath[static] DrawPathCmdProperty Detailbrushpropertypublic var brush:Object (可选)刷子定义,支持以下设置{fillStyle:"...
来源: Laya2.0_api 发布时间: 20190513
... Accessors Static enable get enable(): boolean set enable(value: boolean): void Defined in laya/net/WorkerLoader.ts:42 是否启用。 Returns boolean Defined in laya/net/WorkerLoader.ts:26 是否启用。 Parameters value: boolean Returns void Methods Static load load(url: string, options: any): Pr...
来源: Laya3.0_api 发布时间: 20231115