大约有 600 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0041 秒)
Laya3.0_api(234) Laya_社区(164) Laya2.0_api(108) laya_api(58) Laya2.0_文档(19) Laya3.0_文档(14) Laya_示例(2) Laya2.0_示例(1)
...aseMaterialPublic Constants ConstantDefined By BLEND_DISABLE : int = 0[static] 混合枚举_禁用。BaseMaterial BLEND_ENABLE_ALL : int = 1[static] 混合枚举_启用_RGB和Alpha统一混合。BaseMaterial BLEND_ENABLE_SEPERATE : int = 2[static] 混合枚举_启用_RGB和Alpha单独混...
来源: laya_api 发布时间: 20170929
...1.0版本 Vector3 的疑问 如下:2.1.0的Vector3 /**@private */ public static const _ZERO:Vector3 =/*[STATIC SAFE]*/ new Vector3(0.0, 0.0, 0.0); /**@private */ public static const _ONE:Vector3 =/*[STATIC SAFE]*/ new Vector3(1.0, 1.0, 1.0); /**@private */ public static const _NegativeUnitX:Vector...
来源: Laya_社区 发布时间: 20190706
...mat : int[read-only] 纹理格式 BaseTexture grayTexture : TextureCube[static] 灰色纯色纹理。TextureCube mipmap : Boolean[read-only] 是否使用mipLevel BaseTexture wrapModeU : int 获取纹理横向循环模式。 BaseTexture wrapModeV : int 获取纹理纵向循环模式。 BaseText...
来源: Laya2.0_api 发布时间: 20190513
...点 Public Properties PropertyDefined By __ADAPT_MATRIX__ : Matrix4x4[static] TerrainLeaf __ADAPT_MATRIX_INV__ : Matrix4x4[static] TerrainLeaf _boundingBox : BoundBoxTerrainLeaf _boundingSphere : BoundSphereTerrainLeaf CHUNK_GRID_NUM : int = 64[static] TerrainLeaf _currentLODLevel...
来源: Laya2.0_api 发布时间: 20190513
...3D。 Public Properties PropertyDefined By debugMode : Boolean = false[static] 是否开启调试模式。 Shader3DPublic Methods MethodDefined By Shader3D(name:String, attributeMap:Object, uniformMap:Object, enableInstancing:Boolean) 创建一个 Shader3D 实例。 Shader3D addSubShader...
来源: Laya2.0_api 发布时间: 20190513
...ined By active : Boolean 取是否激活。 Layer activeLayers : int[static] 取Layer激活层。 Layer _currentCameraCullingMask : int[static] 当前相机遮罩。Layer currentCreationLayer : Layer[static] 当前创建精灵所属遮罩层。Layer mask : int[read-only] 取蒙版值...
来源: laya_api 发布时间: 20170929
...据存储。 Public Properties PropertyDefined By _baseClass : Class[static] LocalStorage items : *[static] 数据列表。 LocalStorage support : Boolean = false[static] 表示是否支持 LocalStorage。 LocalStoragePublic Methods MethodDefined By __init__():void[static] LocalStorag...
来源: laya_api 发布时间: 20170929
...据存储。 Public Properties PropertyDefined By _baseClass : Class[static] LocalStorage items : *[static] 数据列表。 LocalStorage support : Boolean = false[static] 表示是否支持 LocalStorage。 LocalStoragePublic Methods MethodDefined By __init__():Boolean[static] LocalSto...
来源: Laya2.0_api 发布时间: 20190513
...e endSample expoertFile setPerformanceDataTool showFunSampleFun Properties Static PERFORMANCE_LAYA PERFORMANCE_LAYA: string = "Laya" Defined in laya/utils/Performance.ts:6 Static PERFORMANCE_LAYA_2D PERFORMANCE_LAYA_2D: string = "Laya/2D" Defined in laya/utils/Performance.ts:8 Static PERFORMANCE_LAY...
来源: Laya3.0_api 发布时间: 20231102
...包含滚动条宽度),如果前者为0或为空,则选择后者。 */ static get clientWidth(): number { Browser.__init__(); return Browser._clientWidth || Browser._window.innerWidth || Browser._document.body.clientWidth; } static set clientWidth(value: number) { Browser._clientWidth = value; }...
来源: Laya3.0_文档 发布时间: 20240910