• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 244 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)

241. 求ShuriKenParticle3D用法 [ 31%]

...rst;     export class JinBi extends ShuriKenParticle3D {         constructor() {             let material = ShurikenParticleMaterial.load("resources/Assets/ArtResources/Effects/Materials/Effect_yu_jinbi_xulie.lmat");             super(material);            ...

来源: Laya_社区 发布时间: 20170605

242. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 29%]

... /** 数据*/         public static DATA: string = "data";         constructor(decorate?:Decorate) {             super();             this.mDecorate = decorate || new Decorate(this);             this.pomelo = new Pomelo();             this.configuration();        ...

来源: Laya_社区 发布时间: 20161109

243. 组件脚本的内置方法 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

... */ private _text: Laya.Text; /**盒子等级 */ private _level: number; constructor() { super(); } //组件被启用后执行 onEnable(): void { this._level = Math.round(Math.random() * 5) + 1; this._text = this.owner.getChildByName("levelTxt") as Laya.Text; this._text.text = this._level + ""; } //...

来源: Laya3.0_文档 发布时间: 20251010

244. 打包成APK运行一半崩溃 [ 8%]

...bugger is no longer active 04-11 11:17:08.924    8591-8591/? I/HwCust﹕ Constructor found for class android.app.HwCustHwWallpaperManagerImpl 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine﹕ game_plugin_set_option key=localize value=false 04-11 11:17:08.927    8591-8591/? E/LayaGameEngine...

来源: Laya_社区 发布时间: 20170411