大约有 476 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0072 秒)
... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...
来源: Laya3.0_api 发布时间: 20231115
... 1 个回复 Laya_XS 赞同来自: 例子我扫了下,是没发现围绕舞台旋转的例子,后面我们提供下! 2017-02-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 XiaozeRain 相关问题 安装layaAirIDE2 ,跟着官...
来源: Laya_社区 发布时间: 20170220
...,设置了它的皮肤、位置、宽高、网格等信息,并添加到舞台上。 package { import laya.ui.ProgressBar; import laya.utils.Handler; public class ProgressBar_Example { private var progressBar:ProgressBar; public function ProgressBar_Example() { Laya.init(640, 800);//设置游戏...
来源: Laya3.0_api 发布时间: 20231115
...ns void stage get stage(): Stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有效,staticCache=true时,子...
来源: Laya3.0_api 发布时间: 20231115
... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...
来源: Laya3.0_api 发布时间: 20231115
...象,调用第一个的一个方法,走进了第二方法里 加载到舞台的3D模型不显示贴图 unity中的模型导出后在laya中显示不正常 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 骨骼动画播放完后...
来源: Laya_社区 发布时间: 20180710
...元素始终保持在最底部显示? 文本如何自动换行 加载到舞台的3D模型不显示贴图 unity中的模型导出后在laya中显示不正常 IDE1.7.8 json图集加载问题 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~...
来源: Laya_社区 发布时间: 20170531
...新的 Image 实例,设置了它的皮肤、位置信息,并添加到舞台上。 package { import laya.ui.Image; public class Image_Example { public function Image_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onIni...
来源: Laya3.0_api 发布时间: 20231115
...锁定, 无法添加新回复 发起人 yi979070830 相关问题 加载到舞台的3D模型不显示贴图 unity中的模型导出后在laya中显示不正常 2.1.1.1引擎微信小游戏掉帧严重 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的...
来源: Laya_社区 发布时间: 20230717
...00个雪花,当雪花移动超出边界或缩放小于0时进行了移除舞台,并调用Pool.recover()方法,使指定的对象回收至对象池内。 ##### ```typescript //初始化引擎 Laya.init(1136, 640, Laya.WebGL); //等比缩放 Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; //背...
来源: Laya2.0_文档 发布时间: 20210715