大约有 323 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...
来源: Laya3.0_api 发布时间: 20231115
... role.y += role.speed; // 判断飞机是否移动到舞台外部,然后移除回收 if(role.y>1000 || !role.visible || (role.isBullet && role.y < -20)){ // 从舞台移除 role.removeSelf(); // 回收前重置属性信息 role.isBullet = false; role.visible = true; // 回收到对...
来源: Laya_社区 发布时间: 20170525
...le: number; /** 路径弧度 */ private _path_radians: number; /** 是否移除 */ public _to_remove: number; constructor(){ super(GunRoleType.LIVE_DOLL); } init( box: GunBox, doll_item: DollItem, doll_area: Area ):void { // if(!this._body_ani) // { // this._body_ani = new Laya.Animation(); /...
来源: Laya_社区 发布时间: 20180515