大约有 1,276 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/QuaternionKeyframe" QuaternionKeyframe Class QuaternionKeyframe QuaternionKeyframe 类用于创建四元数关键帧实例。 Hierarchy Keyframe QuaternionKeyframe Implements IClone Index C...
来源: Laya3.0_api 发布时间: 20231115
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/models/MorphTargetData" MorphTargetData Class MorphTargetData Hierarchy MorphTargetData Index Constructors constructor Properties bounds elementCount vertexCount vertexDec Accessors cha...
来源: Laya3.0_api 发布时间: 20231115
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/SkinSlotDisplayData" SkinSlotDisplayData Class SkinSlotDisplayData 插槽显示数据 Hierarchy SkinSlotDisplayData Index Properties attachmentName bones height lengths name texture transf...
来源: Laya3.0_api 发布时间: 20231115
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/scene/SceneRenderManager" SceneRenderManager Class SceneRenderManager 类用来实现场景渲染节点管理 Hierarchy SceneRenderManager BVHSceneRenderManager Index Constructors construct...
来源: Laya3.0_api 发布时间: 20231115
...loading页面 * 支持 加载下一个场景的同时执行异步方法 */ export default class LoadPage { constructor(url = null) { this._loadScene = null if (url) this.preload(url) } /** * 预加载loading页面 * @param {String} url loading页面url */ async preload(url = 'loadingpage.scene') { i...
来源: Laya_社区 发布时间: 20181124
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/events/InputManager" TouchInfo Class TouchInfo Hierarchy TouchInfo Implements ITouchInfo Index Constructors constructor Properties began clickCancelled clickCount downTargets event lastRollOver mov...
来源: Laya3.0_api 发布时间: 20231115
...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/HeightMap" HeightMap Class HeightMap HeightMap 类用于实现高度图数据。 Hierarchy HeightMap Index Constructors constructor Accessors height maxHeight minHeight width Methods getHei...
来源: Laya3.0_api 发布时间: 20231102
...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/trail/VertexTrail" VertexTrail Class VertexTrail VertexTrail 类用于创建拖尾顶点结构。 Hierarchy VertexTrail Implements IVertex Index Properties TRAIL_COLOR TRAIL_OFFSETVECTOR TR...
来源: Laya3.0_api 发布时间: 20231102
...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorStateCondition" AnimatorStateTriggerCondition Class AnimatorStateTriggerCondition Hierarchy AnimatorStateCondition AnimatorStateTriggerCondition Index Constructors con...
来源: Laya3.0_api 发布时间: 20231102
...,脚本内容如下: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): v...
来源: Laya3.0_文档 发布时间: 20251010