大约有 1,795 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0050 秒)
Laya_社区(852) Laya3.0_api(323) Laya2.0_api(248) laya_api(179) Laya2.0_文档(142) Laya3.0_文档(45) Laya2.0_示例(4) Laya_示例(2)
...errides Component.constructor Defined in laya/d3/component/LODGroup.ts:194 实例化一个LODGroup Returns LODGroup Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited f...
来源: Laya3.0_api 发布时间: 20231115
...ayaAir/commit/8bd7fb6c4512723f65d0e32b30d5ef5217f69589 2.您在使用时是实例化了WebAudioChannel这个类吗?如果可以的话请您提供一个完整的demo来复现一下问题 问题: 1.您说的是时间轴动画吗?还是动画节点 2.这个问题您能提供个具体的例子...
来源: Laya_社区 发布时间: 20250609
...3DUtils Defined in laya/d3/utils/Physics3DUtils.ts:45 创建一个 Physics 实例。 Returns Physics3DUtils Properties Static COLLISIONFILTERGROUP_ALLFILTER COLLISIONFILTERGROUP_ALLFILTER: number = -1 Defined in laya/d3/utils/Physics3DUtils.ts:42 所有过滤 Static COLLISIONFILTERGROUP_CHARACTERFIL...
来源: Laya3.0_api 发布时间: 20231115
...动画效果,那X值将经历从100到200的缓动变化。点击创建实例后显示下图: (图2-4) Enabled 是否使用动画效果。 Ease Type 时间/速度曲线。 Duration 整个缓动过程持续的时间。单位毫秒。 Delay 控制器页面切换后,延迟一定时间再开...
来源: Laya3.0_文档 发布时间: 20251010
... = 0, m44:Number = 1, elements:Float32Array = null) 创建一个 Matrix4x4 实例。 Matrix4x4 billboard(objectPosition:Vector3, cameraPosition:Vector3, cameraRight:Vector3, cameraUp:Vector3, cameraForward:Vector3, mat:Matrix4x4):void[static] 计算BlillBoard矩阵 Matrix4x4 clone():* 克隆...
来源: Laya2.0_api 发布时间: 20190513
...到canvas上面 console.log(htmlCanvas); //百度echarts表格实例化方法 用百度表格生成的canvas对象替换htmlCanvas[size=14] 的canvas对象[/size] var myChart = echarts.init(htmlCanvas.getCanvas()); // 指定图表的配置项和数据 ...
来源: Laya_社区 发布时间: 20180626
...释代码,在JavaScript中获得正常的执行。本文中将会通过实例代码,加深LayaFlash开发者对宏编译的理解:)。 3、宏编译示例代码 3.1 LayaFlash单行宏编译写法private function byteArrayReadIntTest():void { var byteArray:ByteArray = new ByteArray(); byt...
来源: Laya_社区 发布时间: 20151106
...or Defined in laya/components/Component.ts:44 创建一个新的 Component 实例。 Returns EffectBase Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Componen...
来源: Laya3.0_api 发布时间: 20231115
...Defined in laya/d3/core/scene/bvh/BVHSpatialBox.ts:111 创建BVHSpaticalBox实例 Parameters bvhmanager: BVHSpatialManager config: BVHSpatialConfig Returns BVHRenderBox Accessors parent get parent(): BVHSpatialBox<IBoundsCell> set parent(value: BVHSpatialBox<IBoundsCell>): void Inherited...
来源: Laya3.0_api 发布时间: 20231115
...ta = Laya.loader.getRes("res/playerKpiFont.png"); // 左中右创建的3个实例 var bp = new BPFont(jsonData,imageData,600,"left"); var bp1 = new BPFont(jsonData,imageData,600,"center"); var bp2 = new BPFont(jsonData,imageData,600,"right"); bp.padding = bp1.padding = bp2.padding = -7; Laya.stage.a...
来源: Laya_社区 发布时间: 20161014