大约有 2,727 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0078 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
...e] 添加子节点到指定的索引位置。 Scene addChildren(... args):void 批量增加子节点 Node addFrustumCullingObject(renderObject:BaseRender):void Scene addRenderQuene():void 添加渲染队列。 Scene addScript(type:*):Script 添加指定类型脚本。 Scene addShaderDef...
来源: laya_api 发布时间: 20170929
...cessors attachment get attachment(): string set attachment(value: string): void Defined in laya/spine/ExternalSkinItem.ts:21 Returns string Defined in laya/spine/ExternalSkinItem.ts:18 Parameters value: string Returns void skin get skin(): string set skin(value: string): void Defined in laya/spine/E...
来源: Laya3.0_api 发布时间: 20231115
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...
来源: Laya2.0_api 发布时间: 20190513
...加子节点到指定的索引位置。 LayoutBox addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null...
来源: Laya2.0_api 发布时间: 20190513
... boolean Methods cacheRes cacheRes(url: string, data: any, type?: string): void Defined in laya/net/Loader.ts:738 Parameters url: string data: any Optional type: string Returns void cancelLoadByUrl cancelLoadByUrl(url: string): void Defined in laya/net/Loader.ts:884 根据地址清理掉未加载的...
来源: Laya3.0_api 发布时间: 20231115
...MethodDefined By PBRMaterial()PBRMaterial _setRenderStateBlendDepth():void 设置渲染相关状态。 BaseMaterial _setRenderStateFrontFace(isTarget:Boolean, transform:Transform3D):void 设置渲染相关状态。 BaseMaterial _upload():void 上传材质。 BaseMaterial clone():* 克隆。 B...
来源: laya_api 发布时间: 20170929
... Methods Show Inherited Public Methods MethodDefined By _afterInited():voidViewStack addChild(node:Node):Node 添加子节点。 Node addChildAt(node:Node, index:int):Node 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:...
来源: Laya2.0_api 发布时间: 20190513
...age.bgColor = "#ffffff"; Stat.show(); this.startFun(); } public startFun():void { this.mAniPath = "res/spine/spineRes1/dragon.sk"; this.mFactory = new Templet(); this.mFactory.on(Event.COMPLETE, this, this.parseComplete); this.mFactory.on(Event.ERROR, this, this.onError); this.mFactory.loadAni(this....
来源: Laya2.0_示例 发布时间: 20241118
...ycastWheel.ts:10 Accessors brake get brake(): number set brake(v: number): void Defined in laya/d3/physics/RaycastWheel.ts:42 Returns number Defined in laya/d3/physics/RaycastWheel.ts:38 Parameters v: number Returns void deltaRotation get deltaRotation(): any Defined in laya/d3/physics/RaycastWheel....
来源: Laya3.0_api 发布时间: 20231115
...ameraMoveScript() { } override public function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OUT, this, mouseOut); var camera:BaseCamera = owner.scene.currentCamer...
来源: Laya_社区 发布时间: 20170218