大约有 1,464 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0086 秒)
Laya_社区(1170) Laya3.0_api(82) Laya2.0_api(76) laya_api(70) Laya2.0_文档(47) Laya3.0_文档(13) Laya2.0_示例(3) Laya_示例(3)
使用clone()或instantiate()方法添加sprite3D角色时, 手中武器不跟随手移动. 但使用getRes()方法导入sprite3D时绑定在手上的武器可正常跟随 使用clone()或instantiate()方法添加sprite3D角色时, 手中武器不跟随手移动. 但使用getRes()方法导入sprite...
来源: Laya_社区 发布时间: 20180206
...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _scene3D _scene3D: any Inherited from Scene._scene3D Defined in laya/display/Scene.ts:28 _skinBaseUrl _skinBaseUrl: string Inher...
来源: Laya3.0_api 发布时间: 20231115
...ren?: boolean): LayoutBox Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns LayoutBox Properties Optional _extra _extra: INodeExtra Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...问题 Dialog:屏蔽点击Dialog之外的区域关闭弹框 如何设置Sprite的宽高和点击区域? 关于遍历产生的sprite的点击事件,急,大神帮看哈 iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 求指点3d射线碰撞和UI点...
来源: Laya_社区 发布时间: 20171114
...Children?: boolean): VBox Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns VBox Properties Optional _extra _extra: INodeExtra Inherited from ...
来源: Laya3.0_api 发布时间: 20231115
...Children?: boolean): HBox Inherited from UIComponent.constructor Overrides Sprite.constructor Defined in laya/ui/UIComponent.ts:24 创建一个新的 Component 实例。 Parameters Default value createChildren: boolean = true Returns HBox Properties Optional _extra _extra: INodeExtra Inherited from ...
来源: Laya3.0_api 发布时间: 20231115
...lize > createChildren > initialize > 组件构造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url au...
来源: Laya3.0_api 发布时间: 20231115
...点时报abort 41错误 引擎版本:laya 2.3.0 出现qin情况:一个sprite3d节点添加另一个sprite3d的时候 附件 : --> 2020-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...
来源: Laya_社区 发布时间: 20200302
sprite做的按钮点击无反应? 代码如下: var dialog_mc:Sprite = new Sprite(); Laya.stage.addChild(dialog_mc); var w:int = 110; var h:int = 40; var btn:Sprite = new Sprite(); btn.size(w, h); btn.graphics.drawRect((stageWd - w) * 0.5, (stageHt - h) * 0.5-50, w, h, "#FF7F50"); btn.graphics...
来源: Laya_社区 发布时间: 20170120
tiledmap 可以在图块层的指定格子上添加Sprite吗 如题 我的tiledmap 有Bottom和Top两个图块层 Top层在Bottom层上方 现在想在Bottom层的某个格子上添加一个Sprite 请问 有什么方案呢 2017-06-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20170627