大约有 941 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0071 秒)
...能被回收,需要自己手动回收 Scene contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...
来源: Laya2.0_api 发布时间: 20190513
...er()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待...
来源: Laya2.0_api 发布时间: 20190513
...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的单选按钮索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/radi...
来源: Laya3.0_api 发布时间: 20231115
...ce Defined in laya/d3/physics/constraints/ConstraintComponent.ts:296 获得当前力 Parameters out: Vector3 Returns void getcurrentTorque getcurrentTorque(out: Vector3): void Inherited from ConstraintComponent.getcurrentTorque Defined in laya/d3/physics/constraints/ConstraintComponent.ts:318 获得...
来源: Laya3.0_api 发布时间: 20231115
...er()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node destroy(destroyChild:Boolean = true):void[override] TerrainChunk destroyChildren():void 销毁所有子对象,不销毁自己本身。 Node event(type:String...
来源: Laya2.0_api 发布时间: 20190513
...er()。 Node clone():Node 克隆。 Sprite3D contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node destroy(destroyChild:Boolean = true):void[override] 销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待...
来源: Laya2.0_api 发布时间: 20190513
...添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/tab.png"], laya.utils....
来源: Laya3.0_api 发布时间: 20231115
...了一下 并分享出来如何 挖洞!不用cacheAs方法 <!-- 请把当前代码片段加入到 index.html body 标签中的最下面,图片路径请自行更改,用到的图片我也会放到附件 --> <!-- 请用LayaAir IDE 自行创建窗口 并且放入一枚按钮,目前只...
来源: Laya_社区 发布时间: 20200604
... */ function Background(){ //图片的宽度 this.BG_WIDTH = 1600; //记录当前移动的值 this.moveX = 0; //定义背景1 this.bg1 = null; //定义背景2 this.bg2 = null; //草堆 this.grass = null; Background.__super.call(this); this.init(); } //Background 是一个显示对象 继承此 Sprit...
来源: Laya_社区 发布时间: 20160722
...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...
来源: Laya2.0_api 发布时间: 20190513