大约有 134 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited...
来源: Laya3.0_api 发布时间: 20231115
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 Sprite index : int 动画当前帧的索引。 AnimationPlayerBase interval : int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animati...
来源: laya_api 发布时间: 20170929
... Sprite3D = (<Sprite3D>this.layaMonkey.getChildAt(0)); //获取动画组件 var animator: Animator = (<Animator>aniSprite3d.getComponent(Animator)); //创建动作状态 var state: AnimatorState = new AnimatorState(); //动作名称 state.name = "run"; //动作播放起始时间 state.cl...
来源: Laya3.0_文档 发布时间: 20230303
...分包的资源,在Scene2D节点的属性设置中添加一个自定义组件脚本, (图2-22) 然后在脚本中添加如下代码: const { regClass, property } = Laya; @regClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D })...
来源: Laya3.0_文档 发布时间: 20241014