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

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

151. laya.utils.TimeLine [ 65%]

...spatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher of...

来源: Laya2.0_api 发布时间: 20190513

152. laya.media.Sound [ 65%]

... Sound off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 EventDispatcher on(t...

来源: laya_api 发布时间: 20170929

153. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 65%]

...rties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CompoundColliderShape.needsCustomCollisionCallback Defined in laya/d3/physics/shape/ColliderShape.ts:115 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CompoundColliderShape.S...

来源: Laya3.0_api 发布时间: 20231115

154. laya.net.LoaderManager_API3.0 [ 65%]

...资源,如果全部加载成功,则回调参数值为true,否则为false。 Default value progress: Handler | null = null 资源加载进度回调,回调参数值为当前资源加载的进度信息(0-1)。 Default value type: string | null = null 资源类型。 Default value constructParam...

来源: Laya3.0_api 发布时间: 20231102

155. laya.map.TiledMap [ 65%]

...图较大时建议使用normal TiledMap  cacheAllAfterInit : Boolean = false 是否在加载完成之后cache所有大格子 TiledMap  enableMergeLayer : Boolean = false 是否合并图层,开启合并图层时,图层属性内可添加layer属性,运行时将会将相邻的layer属性相同...

来源: laya_api 发布时间: 20170929

156. laya.map.TiledMap [ 65%]

...图较大时建议使用normal TiledMap  cacheAllAfterInit : Boolean = false 是否在加载完成之后cache所有大格子 TiledMap  enableMergeLayer : Boolean = false 是否合并图层,开启合并图层时,图层属性内可添加layer属性,运行时将会将相邻的layer属性相同...

来源: Laya2.0_api 发布时间: 20190513

157. laya.d3.physicscannon.shape.CannonSphereColliderShape_API3.0 [ 65%]

...rties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CannonColliderShape.needsCustomCollisionCallback Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:107 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CannonCollide...

来源: Laya3.0_api 发布时间: 20231102

158. laya.resource.Texture [ 64%]

...没有相交,则返回null。 Texture  destroy(forceDispose:Boolean = false):void 销毁纹理(分直接销毁,跟计数销毁两种)。 Texture event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  getPixels(x:Number, y:Number, width:Number, height:Number):Array ...

来源: laya_api 发布时间: 20170929

159. laya.d3.physics.shape.MeshColliderShape_API3.0 [ 64%]

...rties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CompoundColliderShape.needsCustomCollisionCallback Defined in laya/d3/physics/shape/ColliderShape.ts:115 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CompoundColliderShape.S...

来源: Laya3.0_api 发布时间: 20231115

160. 如何使用vscode编译laya项目 [ 64%]

...t2_cache", tsconfig:workSpaceDir + "/tsconfig.json", check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }),3、compile.js 完整代码如下 // v1.2.2 //获取Node插件和工作路径 [b]let ideMod...

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