大约有 59 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0040 秒)
...标原点`(0, 0)`。 以原点为中心,x轴向右延伸为正坐标增加,y轴向下为正坐标增加。 在`场景编辑器`中选中组件后按住鼠标可以移动修改x与y轴位置,也可以在属性输入框中设置固定值。 ### 3.2 width、height宽高属性 在不改变组...
来源: Laya2.0_文档 发布时间: 20210714
...点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D addGlitterByPositions(position0:Vector3, position1:Vector3):void 通过位置添加刀光。 Glitter addGlitterByPositionsVeloci...
来源: laya_api 发布时间: 20170929
...点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D addParticle(position:Vector3, velocity:Vector3):void 添加粒子。 Particle3D clearTimer(caller:*, method:Function):void 清理...
来源: laya_api 发布时间: 20170603
...节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延...
来源: Laya2.0_api 发布时间: 20190513
...节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延...
来源: Laya2.0_api 发布时间: 20190513
...点到指定的索引位置。 Sprite3D addChildren(... args):void 批量增加子节点 Node addComponent(type:*):Component3D 添加指定类型组件。 Sprite3D clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node clone():* 克隆。 Sprite3D ...
来源: laya_api 发布时间: 20170929
...节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode buildRenderElementAndMaterial(detailNum:int, normalMa...
来源: Laya2.0_api 发布时间: 20190513
...件列表添加 如动图1-1所示,在属性设置面板中,点击“增加组件”,选择“2D灯光->2D方向光”,即可添加方向光组件。 (动图1-1) 1.2 通过层级面板添加 如动图1-2所示,在层级面板中,添加2D灯光节点。 (动图1-2) 二、方向...
来源: Laya3.0_文档 发布时间: 20251010
...i'); phpContent = phpContent.replace(regExp2, "self." + name2s); } } //====增加干扰代码================================================================== let arr2 = phpContent.split("\n"); //console.log(arr2.length, arr2); let isInterFace; for(var i=LINENUM; i<arr2.length - 1; i++){ if(!arr...
来源: Laya_社区 发布时间: 20190613
...可以拖拽改变顶点位置,按住键盘Ctrl+鼠标左键点击可以增加顶点,按住键盘Alt+鼠标左键点击顶点可以将其删除。编辑完成后点击空白区域,就会退出编辑模式。 (动图2-7) 三、通过代码使用 在LayaAir-IDE中新建一个脚本,添加...
来源: Laya3.0_文档 发布时间: 20251010