• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 598 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0043 秒)

11. laya.d3.core.material.BaseMaterial [ 98%]

...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

12. 关于2.1.0代码设计的疑问 [ 98%]

...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

13. laya.d3.resource.TextureCube [ 98%]

...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

14. laya.d3.terrain.TerrainLeaf [ 98%]

...点 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

15. laya.d3.shader.Shader3D [ 98%]

...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

16. laya.d3.core.Layer [ 97%]

...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

17. laya.net.LocalStorage [ 97%]

...据存储。 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

18. laya.net.LocalStorage [ 97%]

...据存储。 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

19. laya.utils.PerformancePlugin_API3.0 [ 97%]

...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

20. 浏览器接口 · LayaAir3.0文档 · LAYABOX [ 97%]

...包含滚动条宽度),如果前者为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_文档 发布时间: 20230810