大约有 672 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0038 秒)
Laya3.0_api(470) Laya2.0_api(71) Laya3.0_文档(59) laya_api(58) Laya_社区(8) Laya_示例(2) Laya2.0_文档(2) Laya2.0_示例(2)
...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
...lass Main extends Laya.Script { /** 设置单例 */ static instance: Main; constructor() { super(); Main.instance = this; } @property({ type: Laya.Sprite3D }) private target: Laya.Sprite3D; public animator: Laya.Animator; onAwake(): void { //获得状态机 this.animator = this.target.getComponent&l...
来源: Laya3.0_文档 发布时间: 20241014
... 类用于创建摄像机。 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
...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_文档 发布时间: 20241014
...坐标。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
...ertypublic static var debugMode:Boolean = false是否开启调试模式。 Constructor DetailShader3D()Constructorpublic function Shader3D(name:String, attributeMap:Object, uniformMap:Object, enableInstancing:Boolean) 创建一个 Shader3D 实例。 Parameters name:String attributeMap:Object unifo...
来源: Laya2.0_api 发布时间: 20190513