大约有 207 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0052 秒)
...处于活动状态 (true) 还是非活动状态 (false)。 Event currentTarget : Sprite 事件当前冒泡对象。Event delta : int滚轮滑动增量Event keyCode : int键盘值Event keyLocation : uint[read-only] 表示键在键盘上的位置。这对于区分在键盘上多次出现的键非...
来源: Laya2.0_api 发布时间: 20190513
...处于活动状态 (true) 还是非活动状态 (false)。 Event currentTarget : Sprite 事件当前冒泡对象。Event delta : int滚轮滑动增量Event keyCode : int键盘值Event keyLocation : uint[read-only] 表示键在键盘上的位置。这对于区分在键盘上多次出现的键非...
来源: laya_api 发布时间: 20170929
...his object and will recursively check its child objects until it finds the target object or misses all objects. * When not penetrable, the node's width and height define the mouse collision area (a non-penetrable rectangular area). If the rectangular collision area does not meet the requirements, yo...
来源: Laya_社区 发布时间: 20250825
...纹理文件(RenderTexture),拖入摄像机的目标纹理(Render Target)属性中。此时摄像机就会渲染到纹理, 而不是渲染到屏幕了。如图2-5所示, (图2-5) 2.4 设置Sprite的Texture 在Scene2D中创建一个Sprite,作为显示3D物体的载体,把之前...
来源: Laya3.0_文档 发布时间: 20251010
...处于活动状态 (true) 还是非活动状态 (false)。 Event currentTarget : Sprite 事件当前冒泡对象。Event delta : int滚轮滑动增量Event keyCode : int键盘值Event keyLocation : uint[read-only] 表示键在键盘上的位置。这对于区分在键盘上多次出现...
来源: Laya2.0_api 发布时间: 20190513
...处于活动状态 (true) 还是非活动状态 (false)。 Event currentTarget : Sprite 事件当前冒泡对象。Event delta : int滚轮滑动增量Event keyCode : int键盘值Event keyLocation : uint[read-only] 表示键在键盘上的位置。这对于区分在键盘上多次出现...
来源: laya_api 发布时间: 20170929
...。 EventDispatcher offAllCaller(caller:*):EventDispatcher 移除caller为target的所有事件监听 EventDispatcher on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 侦听加速器运动。 Accelerator once(type:String, caller:*, listener:Function, arg...
来源: Laya2.0_api 发布时间: 20190513
...{ super(); Main.instance = this; } @property({type:Laya.Sprite3D}) private target: Laya.Sprite3D; @property({type:Laya.UI3D}) private ui3d: Laya.UI3D; public animator: Laya.Animator; onEnable() { // 广告牌模式 this.ui3d.billboard = true; //获得状态机 this.animator = this.target.getComponen...
来源: Laya3.0_文档 发布时间: 20251010
...hrome出现错误: Error processing launch: Error Could not attach to main target layaair2-cmd 编译bug ide 2.4 layaair2-cmd 编译报错 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 微信小程序—未找到入口 app.json 文件,...
来源: Laya_社区 发布时间: 20231116
....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...
来源: Laya3.0_api 发布时间: 20231115