大约有 101 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0036 秒)
...ll Inherited Externals Only exported Menu Globals "laya/utils/Utils" Utils Class Utils Utils 是工具类。 Hierarchy Utils Index Methods fromStringColor getBaseName getFileExtension getGID parseInt replaceFileExtension toAngle toHexColor toRadian Methods Static fromStringColor fromStringColor(valu...
来源: Laya3.0_api 发布时间: 20231115
...cted All Inherited Externals Only exported Menu Globals "laya/net/URL" URL Class URL URL 提供URL格式化,URL版本管理的类。 引擎加载资源的时候,会自动调用formatURL函数格式化URL路径 通过basePath属性可以设置网络基础路径 通过设置customFormat函数,...
来源: Laya3.0_api 发布时间: 20231115
...nals Only exported Menu Globals "laya/display/cmd/DrawPathCmd" DrawPathCmd Class DrawPathCmd 根据路径绘制矢量图形 Hierarchy DrawPathCmd Index Properties brush paths pen x y ID Methods getBoundPoints recover Properties brush brush: any Defined in laya/display/cmd/DrawPathCmd.ts:26 (可选...
来源: Laya3.0_api 发布时间: 20231115
...nals Only exported Menu Globals "laya/utils/Performance" PerformancePlugin Class PerformancePlugin Hierarchy PerformancePlugin Index Properties PERFORMANCE_LAYA PERFORMANCE_LAYA_2D PERFORMANCE_LAYA_3D PERFORMANCE_LAYA_3D_PHYSICS PERFORMANCE_LAYA_3D_PHYSICS_CHARACTORCOLLISION PERFORMANCE_LAYA_3D_PHYS...
来源: Laya3.0_api 发布时间: 20231102
API DocumentationAll Packages | All Classes | Index | Frames No Frames Laya3DMethods PackageTop LevelClasspublic class Laya3DInheritanceLaya3D Object Laya3D 类用于初始化3D设置。 Public Methods MethodDefined By Laya3D() 创建一个 Laya3D 实例。 Laya3D _getMaterialTexture...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames URLProperties | Methods Packagelaya.netClasspublic class URLInheritanceURL Object URL 提供URL格式化,URL版本管理的类。 引擎加载资源的时候,会自动调用formatURL函数格式化URL路径 通过bas...
来源: Laya2.0_api 发布时间: 20190513
...rited Externals Only exported Menu Globals "laya/d3/utils/Utils3D" Utils3D Class Utils3D Utils3D 类用于创建3D工具。 Hierarchy Utils3D Index Properties _tempV0 _tempV1 Methods PointinTriangle _getNodeByHierarchyPath _getParentNodeByHierarchyPath billboardTrans createAffineTransformationArray ...
来源: Laya3.0_api 发布时间: 20231115
...码 /** * Based upon https://github.com/bgrins/javascript-astar */ export class AStarFindPath { private terrainSprite: MeshTerrainSprite3D; private layaMonkey: Sprite3D; private path: Vector3[]; private _everyPath: any[]; private _position: Vector3 = new Vector3(0, 0, 0); private _upVector3: Vector3...
来源: Laya3.0_文档 发布时间: 20230303
...基类,包括创建,播放,暂停,销毁,清理对象池 export class Particle3D extends Sprite3D { private _isInited: boolean = false; private _filePath: string = null; private _particle: Laya.Sprite = null; private _shuriKenParticle3D: Array<ShuriKenParticle3D>= []; private _shurik...
来源: Laya3.0_文档 发布时间: 20251010
...基类,包括创建,播放,暂停,销毁,清理对象池 export class Particle3D extends Sprite3D { private _isInited: boolean = false; private _filePath: string = null; private _particle: Laya.Sprite = null; private _shuriKenParticle3D: Array<ShuriKenParticle3D>= []; private _shurik...
来源: Laya3.0_文档 发布时间: 20250104