大约有 3,136 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0111 秒)
Laya_社区(2418) Laya3.0_api(201) Laya2.0_文档(169) Laya2.0_api(98) laya_api(84) Laya_示例(69) Laya3.0_文档(66) Laya2.0_示例(31)
...不动的 export default class GameUI { //宣告場景 private scene: Laya.Scene3D; private camera: Laya.Camera; private directionlight: Laya.DirectionLight; private character: Laya.Sprite3D; private monster_character: Laya.Sprite3D; private translateW: Laya.Vector3 = new Laya.Vector3(0, 0, 0.2)...
来源: Laya_社区 发布时间: 20200917
...| Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Scene Sprite Node EventDispatcher ObjectSubclasses Dialog, MoreGame View 是一个视图类,2.0开始,更改继承至Scene类,相对于Scene,增加相对布局功能。 Publ...
来源: Laya2.0_api 发布时间: 20190513
...Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Propert...
来源: laya_api 发布时间: 20170929
...ndex | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Pu...
来源: laya_api 发布时间: 20170929
...Index | Frames No Frames UIGroupProperties | Methods | Events Packagelaya.uiClasspublic class UIGroupInheritanceUIGroup Box UIComponent Sprite Node EventDispatcher ObjectImplements IItemSubclasses RadioGroup, Tab Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为...
来源: Laya2.0_api 发布时间: 20190513
worker如何使用 Laya.WorkerLoader.workerPath = "libs/worker.js"; //开启worker线程 Laya.WorkerLoader.enable = true; //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, () => { alert("onLoaded!"); }), null, Laya.Loader.ATLAS, 1, true, null, false...
来源: Laya_社区 发布时间: 20190111
...es AnimationPlayerBaseProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationPlayerBaseInheritanceAnimationPlayerBase Sprite Node EventDispatcher ObjectSubclasses Animation, FrameAnimation 动画播放基类,提供了基础的动画播放控制方法和帧标...
来源: laya_api 发布时间: 20170929
...| Index | Frames No Frames RadioProperties | Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个...
来源: laya_api 发布时间: 20170929
...亮度 在Unity中烘焙出的光照贴图是很暗的一个场景,导入Laya中会变的特别亮,是哪里参数不对吗 2018-02-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: https://...
来源: Laya_社区 发布时间: 20180207
# FlashDevelop开发环境配置 *LayaAir Version : 2.4.0 beta FlashDevelop Version:5.3.3 Date:2019-11-15* ### 第一步: LayaAir Engine下载 #### 1.1 引擎下载 使用LayaAirIDE开发的话,下载LayaAirIDE会自带引擎包。若开发者使用第三方工具开发,那需要先下...
来源: Laya2.0_文档 发布时间: 20210715