大约有 244 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
...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
... /** 数据*/ public static DATA: string = "data"; constructor(decorate?:Decorate) { super(); this.mDecorate = decorate || new Decorate(this); this.pomelo = new Pomelo(); this.configuration(); ...
来源: Laya_社区 发布时间: 20161109
... */ 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
...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