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

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

281. laya.d3.physics.shape.CompoundColliderShape_API3.0 [ 86%]

...TATION_UPY SHAPEORIENTATION_UPZ Accessors localOffset localRotation shapes type Methods addChildShape clearChildShape clone cloneTo destroy getChildShapeCount removeChildShape updateLocalTransformations Constructors constructor new CompoundColliderShape(): CompoundColliderShape Overrides ColliderSha...

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

282. 关于TS环境下的第三方库导入的疑问 [ 86%]

...ot/libs下添加对应的ts文件,通过以下命令 npm install --save @types/autobahn 生成了对应的d.ts的模块(在node_modules)下 但是发现依旧不提示 希望大神能解答一下这么几个问题 1.第三方的js导入最合理的方式具体是什么,或者说应该放在...

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

283. laya.d3.core.particleShuriKen.ShurikenParticleRender [ 86%]

...erIndex:int, vector2:Vector2):void 设置二维向量。 BaseRender event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:Stri...

来源: laya_api 发布时间: 20170929

284. laya.d3.physics.shape.CylinderColliderShape_API3.0 [ 86%]

...ENTATION_UPZ Accessors height localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CylinderColliderShape(radius?: number, height?: number, orientation?: number): CylinderColliderShape Overrides ColliderShape.construct...

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

285. laya.d3.core.particleshuriken.module.FrameOverTime_API3.0 [ 86%]

...ax constantMin frameOverTimeData frameOverTimeDataMax frameOverTimeDataMin type Methods clone cloneTo createByConstant createByOverTime createByRandomTwoConstant createByRandomTwoOverTime Constructors constructor new FrameOverTime(): FrameOverTime Defined in laya/d3/core/particleShuriKen/module/Fram...

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

286. IOs使用手动删除本地资源再次进去加载问题 [ 86%]

... function beginLoad(){ var res_array = [ {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS}, {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png", type : Laya.Loader.IMAGE}, {url : "loading/progress$bar.png", type : Laya.Loader.IMAGE}, ] Laya.loader.load...

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

287. laya.d3.physics.shape.CapsuleColliderShape_API3.0 [ 86%]

...ENTATION_UPZ Accessors length localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CapsuleColliderShape(radius?: number, length?: number, orientation?: number): CapsuleColliderShape Overrides ColliderShape.constructor...

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

288. laya.d3.core.particleshuriken.module.GradientColor_API3.0 [ 86%]

...ccessors constant constantMax constantMin gradient gradientMax gradientMin type Methods clone cloneTo createByConstant createByGradient createByRandomTwoConstant createByRandomTwoGradient Constructors constructor new GradientColor(): GradientColor Defined in laya/d3/core/particleShuriKen/module/Grad...

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

289. laya.d3.physics.shape.ConeColliderShape_API3.0 [ 86%]

...ENTATION_UPZ Accessors height localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new ConeColliderShape(radius?: number, height?: number, orientation?: number): ConeColliderShape Overrides ColliderShape.constructor Defin...

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

290. 内存释放问题 [ 86%]

...主面板(模块的主面板类全名,模块资源图集名称[]) * @type {Laya.Dictionary} * @memberof ResourcesModuleManager */ public static poolModulResDic: Laya.Dictionary = new Laya.Dictionary(); constructor() { } static gameLoading(name: string, onCompleted: Function): void { let uiResA...

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