大约有 676 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0042 秒)
Laya3.0_api(470) Laya2.0_api(71) Laya3.0_文档(63) laya_api(58) Laya_社区(8) Laya_示例(2) Laya2.0_文档(2) Laya2.0_示例(2)
...中或者服务器中。 下面是主类的逻辑: class LayaUISample { constructor() { //初始化引擎 Laya.init(0,0); var Hls:any = Laya.Browser.window.Hls;//获取对Hls的引用。 var plyr:any = Laya.Browser.window.plyr;//获取对plyr的引用 //获取video对象,就是页面上命名为...
来源: Laya3.0_文档 发布时间: 20251010
...ty Detailelementspropertypublic var elements:Float32Array矩阵元素数组Constructor DetailMatrix3x3()Constructorpublic function Matrix3x3() 创建一个 Matrix3x3 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public functio...
来源: laya_api 发布时间: 20170929
...ty Detailelementspropertypublic var elements:Float32Array矩阵元素数组Constructor DetailMatrix3x3()Constructorpublic function Matrix3x3() 创建一个 Matrix3x3 实例。 Method Detailclone()method public function clone():* 克隆。 Returns* — 克隆副本。 cloneTo()method public functio...
来源: Laya2.0_api 发布时间: 20190513
...Hierarchy Material PBRMaterial PBRStandardMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALPHATESTVALUE DEBUG RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSPARENT SHADERDEFINE_ADDTIVEFOG SHADERDEFINE_ALPHATEST ...
来源: Laya3.0_api 发布时间: 20231115
...property public static var whiteTexture:Texture2D = null纯白色纹理。Constructor DetailTexture2D()Constructorpublic function Texture2D(width:int = 0, height:int = 0, format:int, mipmap:Boolean = true, canRead:Boolean = false) 创建一个 Texture2D 实例。 Parameters width:int (default = 0) ...
来源: Laya2.0_api 发布时间: 20190513
... 类用于创建摄像机。 Hierarchy BaseCamera Camera WebXRCamera Index Constructors constructor Properties _cacheDepth _cacheDepthTexture _extra _forward _scene _up _url clearFlag enableRender name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTF...
来源: Laya3.0_api 发布时间: 20231115
...包围盒的位置和缩放,它的平移向量表示该包围盒的中心Constructor DetailOrientedBoundBox()Constructorpublic function OrientedBoundBox(extents:Vector3, transformation:Matrix4x4) 创建一个 OrientedBoundBox 实例。 Parameters extents:Vector3 — 每个轴长度的一半 transf...
来源: laya_api 发布时间: 20170929
...包围盒的位置和缩放,它的平移向量表示该包围盒的中心Constructor DetailOrientedBoundBox()Constructorpublic function OrientedBoundBox(extents:Vector3, transformation:Matrix4x4) 创建一个 OrientedBoundBox 实例。 Parameters extents:Vector3 — 每个轴长度的一半 transf...
来源: Laya2.0_api 发布时间: 20190513
...坐标。yproperty public var y:Number 矩形左上角的 Y 轴坐标。Constructor DetailRectangle()Constructorpublic function Rectangle(x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0) 创建一个 Rectangle 对象。 Parameters x:Number (default = 0) — 矩形左上角的 X 轴...
来源: laya_api 发布时间: 20170929
...OFFSET: number = 200; private Y_OFFSET: number = 80; private skins: any[]; constructor() { super(); } // 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.skins = ["resources/res/ui/radioButton (1).png", "resources/res/ui/radio...
来源: Laya3.0_文档 发布时间: 20251016