大约有 1,042 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0081 秒)
Laya_社区(580) Laya_示例(157) Laya2.0_示例(119) Laya3.0_api(85) Laya2.0_文档(67) Laya3.0_文档(30) laya_api(2) Laya2.0_api(2)
...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Defined in laya/ui/ProgressBar.ts:119 当 ProgressBar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 hi...
来源: Laya3.0_api 发布时间: 20231115
... Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; //显示性能面板 Laya.Stat.show(); //创建场景 this.scene = new Laya.Scene3D(); Laya.stage.addChild(this.scene); ...
来源: Laya_社区 发布时间: 20190509
... QZONE 微信 zeorro 赞同来自: 一样的模型其实不太能测试出性能,实际游戏每个人物形象都是多变的 2017-12-05 0 1 分享 微博 QZONE 微信 jweilan 赞同来自: 太牛逼了。有demo地址?? 2017-12-05 0 0 分享 微博 QZONE 微信 s_hao 赞同来自: 能不能...
来源: Laya_社区 发布时间: 20171129
...镜,如果有碎掉的效果建议你还是用图片序列桢来实现,性能好而且简单容易实现。 但是目前没有案例 2018-03-20 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xusxue127 相关问题 加载到舞台的3...
来源: Laya_社区 发布时间: 20180320
...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Inherited from Slider.changeHandler Defined in laya/ui/Slider.ts:46 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 hit...
来源: Laya3.0_api 发布时间: 20231115
...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 changeHandler changeHandler: Handler Inherited from Slider.changeHandler Defined in laya/ui/Slider.ts:46 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 hit...
来源: Laya3.0_api 发布时间: 20231115
...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 bottomMoveLimit bottomMoveLimit: number = 0 Defined in laya/ui/ScrollBar.ts:64 底部移动限制(达到限制后,会抛出dragTopLimit事件,配合stopMoveLimit(),可让开发者做一些动...
来源: Laya3.0_api 发布时间: 20231115
...本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标...
来源: Laya3.0_api 发布时间: 20231115
...LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。let PathBg = "res/bg2.png", PathFly = "res/fighter/fighter.atlas"; class Loader_Clear...
来源: Laya2.0_示例 发布时间: 20241118
...**材质。这种材质最大的特点就是不受光照影响,且最省性能。这种材质是直接显示原贴图的样式。 #### 主要属性和方法 > 属性 `albedoColor:Vector4` 反照率颜色。 `albedoIntensity:Number` 反照率强度。 `albedoTexture:BaseTexture` 反照率贴图。 ...
来源: Laya2.0_文档 发布时间: 20210714