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

大约有 323 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)

321. laya.d3.resource.models.Mesh_API3.0 [ 50%]

...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

322. 为什么会出现报错 ani not found:ufo1_down [ 49%]

... 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

323. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 36%]

...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