• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 281 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0067 秒)

131. laya.d3.core.MeshTerrainSprite3D [ 30%]

...Z轴最小位置。 MeshTerrainSprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所属场景。 Sprite3D timer : Timer时间控制器,默认为Laya.timer。Node transform : Transform3D[...

来源: laya_api 发布时间: 20170929

132. 【简单跑酷--JS版】---Lv.6 终篇 [ 30%]

...on(){ // 检测人物是否踩在地板上面了 for(var i = this.mapFloor.numChildren - 1; i > -1; i--){ var floor = this.mapFloor.getChildAt(i); //检测人物是否踩在地板上面了 if(floor.checkHit(this.player.x, this.player.y)){ //人物如果踩到地板了 就把人物的坐标设置...

来源: Laya_社区 发布时间: 20160803

133. laya.d3.core.BaseCamera [ 28%]

...ng节点名称。Node  nearPlane : Number 获取近裁面。 BaseCamera numChildren : int[read-only] 子对象数量。 Node  orthographic : Boolean 获取是否正交投影矩阵。 BaseCamera  orthographicVerticalSize : Number 获取正交投影垂直矩阵尺寸。 BaseCamera parent : Nod...

来源: Laya2.0_api 发布时间: 20190513

134. laya.display.Animation_API3.0 [ 28%]

...lags hitArea index interval is3D isPlaying mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildA...

来源: Laya3.0_api 发布时间: 20231115

135. 2D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 28%]

...pe); if (comp != null) { lists.push(comp); } for (var i = 0; i < sprite.numChildren; i++) { let child = sprite.getChildAt(i) as Sprite; this.findCompents(lists, child, componentType); } } //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake...

来源: Laya3.0_文档 发布时间: 20251010

136. UI运行时 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

...包括子节点下 searchButton(ui: Laya.Node) { for (let i = 0; i < ui.numChildren; i++) { let child = ui.getChildAt(i); if (child instanceof Laya.Button) { console.log("发现Button"); this.onButtonScaleEvent(child); } else { //查找子节点 this.searchButton(child); } } } //处理按钮缩...

来源: Laya3.0_文档 发布时间: 20251010

137. laya.display.Text_API3.0 [ 27%]

...ading lines mask maxScrollX maxScrollY maxWidth mouseEnabled mouseX mouseY numChildren objContainer overflow padding parent pivotX pivotY rotation scaleX scaleY scene scrollRect scrollX scrollY singleCharRender skewX skewY stage staticCache stroke strokeColor templateVars text textHeight textWidth t...

来源: Laya3.0_api 发布时间: 20231115

138. laya.ui.HScrollBar_API3.0 [ 27%]

...l lastOffset left mask max min mouseEnabled mouseWheelEnable mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform ...

来源: Laya3.0_api 发布时间: 20231115

139. laya.ui.VScrollBar_API3.0 [ 27%]

...l lastOffset left mask max min mouseEnabled mouseWheelEnable mouseX mouseY numChildren parent pivotX pivotY right rotation scaleX scaleY scene scrollRect scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform ...

来源: Laya3.0_api 发布时间: 20231115

140. laya.display.Stage_API3.0 [ 27%]

...eFlags hitArea is3D isFocused isVisibility mask mouseEnabled mouseX mouseY numChildren parent pivotX pivotY rotation scaleMode scaleX scaleY scene screenMode scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addC...

来源: Laya3.0_api 发布时间: 20231115