大约有 1,102 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0049 秒)
Laya_社区(444) Laya3.0_api(292) Laya_示例(112) Laya2.0_示例(80) Laya2.0_文档(61) Laya3.0_文档(51) Laya2.0_api(35) laya_api(27)
...hTargetChannel Class MorphTargetChannel Hierarchy MorphTargetChannel Index Constructors constructor Properties name targetCount Methods addTarget getTargetByIndex Constructors constructor new MorphTargetChannel(): MorphTargetChannel Defined in laya/d3/resource/models/MorphTarget.ts:32 Returns MorphT...
来源: Laya3.0_api 发布时间: 20231115
...来自:https://github.com/AndreasMadsen/xorshift。 Hierarchy RandX Index Constructors constructor Properties defaultRand Methods random randomint Constructors constructor new RandX(seed: any[]): RandX Defined in laya/d3/math/RandX.ts:18 创建一个 Rand 实例。 Parameters seed: any[] 随机种...
来源: Laya3.0_api 发布时间: 20231115
...现射线检测或形状扫描的结果。 Hierarchy CannonHitResult Index Constructors constructor Properties collider hitFraction normal point succeeded Constructors constructor new CannonHitResult(): CannonHitResult Defined in laya/d3/physicsCannon/CannonHitResult.ts:17 创建一个 HitResult 实...
来源: Laya3.0_api 发布时间: 20231102
...于实现射线检测或形状扫描的结果。 Hierarchy HitResult Index Constructors constructor Properties collider hitFraction normal point succeeded Constructors constructor new HitResult(): HitResult Defined in laya/d3/physics/HitResult.ts:17 创建一个 HitResult 实例。 Returns HitResult...
来源: Laya3.0_api 发布时间: 20231115
...键帧实例。 Hierarchy Keyframe FloatKeyframe Implements IClone Index Constructors constructor Properties inTangent inWeight outTangent outWeight time value weightedMode defaultWeight Methods clone cloneTo Constructors constructor new FloatKeyframe(): FloatKeyframe Overrides Keyframe.constructor ...
来源: Laya3.0_api 发布时间: 20231115
...,该类为抽象类,不允许实例。 Hierarchy AnimatorStateScript Index Constructors constructor Methods onStateEnter onStateExit onStateLoop onStateUpdate Constructors constructor new AnimatorStateScript(): AnimatorStateScript Defined in laya/d3/animation/AnimatorStateScript.ts:25 创建一个...
来源: Laya3.0_api 发布时间: 20231115
...shRenderElement Hierarchy RenderElement StaticBatchMeshRenderElement Index Constructors constructor Properties _batchElement _renderElementOBJ Methods _convertSubShader _renderUpdatePre compileShader getInvertFront Constructors constructor new StaticBatchMeshRenderElement(): StaticBatchMeshRenderEle...
来源: Laya3.0_api 发布时间: 20231102
...me Vector3Keyframe Vector2Keyframe Vector4Keyframe Implements IClone Index Constructors constructor Properties time defaultWeight Methods clone cloneTo Constructors constructor new Keyframe(): Keyframe Defined in laya/d3/core/Keyframe.ts:19 创建一个 KeyFrame 实例。 Returns Keyframe Properties...
来源: Laya3.0_api 发布时间: 20231115
2.4 生命周期触发多次,连constructor都执行了两次 onAwake():void { console.log("onAwake"); } onStart():void { console.log("onStart"); } onEnable():void { console.log("onEnable"); } onDisable():void { console.log("onDisable"); } 附件 : --> 2019-12-09 添加评论 免费帖 --> 分享...
来源: Laya_社区 发布时间: 20191209
new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor class GameMain{ private tMap:Laya.TiledMap; constructor() { Laya.init(Laya.Browser.width, 224, Laya.WebGL); this.tMap = new Laya.TiledMap(); var viewRect: Laya.Rectangle = new Laya.Rectangle(); this.tMap.createMap("../bin/res/Mari...
来源: Laya_社区 发布时间: 20190212