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

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

61. 为什么字符串不能连接? [ 95%]

为什么字符串不能连接? private getRandomColor():String { let arr:Array<String>=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"]; let str:String="#"; for(let i:number=0;i<6;i++){ let index:number=arr.length*Math.random(); str+=arr[index];//在IDE里面这句报...

来源: Laya_社区 发布时间: 20171118

62. laya.display.Input [ 95%]

...archy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中对齐显示。 "right": 居右对齐显示。 Text alpha : Number透明度,值为0-1,默认值为1,表示不透...

来源: Laya2.0_api 发布时间: 20190513

63. laya.html.XMLIterator_API3.0 [ 95%]

...ber Defined in laya/html/XMLIterator.ts:27 Static lastTagName lastTagName: string Defined in laya/html/XMLIterator.ts:20 Static lowerCaseName lowerCaseName: boolean Defined in laya/html/XMLIterator.ts:29 Static parsePos parsePos: number Defined in laya/html/XMLIterator.ts:24 Static source source: st...

来源: Laya3.0_api 发布时间: 20231115

64. laya.utils.PerformancePlugin_API3.0 [ 95%]

...Tool 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_LAYA_3D PERFORMANCE_LAYA_3D: string = "Laya/3...

来源: Laya3.0_api 发布时间: 20231102

65. laya.d3.terrain.TerrainChunk [ 95%]

...色器变量名,光照贴图缩放和偏移。RenderableSprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D SAH...

来源: Laya2.0_api 发布时间: 20190513

66. laya.d3.graphics.VertexElementFormat_API3.0 [ 95%]

...or2 Vector3 Vector4 Methods getElementInfos Properties Static Byte2 Byte2: string = "byte2" Defined in laya/d3/graphics/VertexElementFormat.ts:24 字节数组2 Static Byte3 Byte3: string = "byte3" Defined in laya/d3/graphics/VertexElementFormat.ts:22 字节数组3 Static Byte4 Byte4: string = "byte4...

来源: Laya3.0_api 发布时间: 20231102

67. laya.d3.core.material.Material_API3.0 [ 95%]

...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Defined in laya/d3/core/material/Material.ts:100 所属渲染队列. url url: string Inherited from Resource...

来源: Laya3.0_api 发布时间: 20231115

68. laya.resource.Resource_API3.0 [ 95%]

...锁,如果true为不能使用自动释放机制。 Optional name name: string Defined in laya/resource/Resource.ts:105 名称。 url url: string Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Defined in laya/resource/Resource.ts:109 获取资源的UUID。 St...

来源: Laya3.0_api 发布时间: 20231115

69. laya.resource.HTMLCanvas_API3.0 [ 95%]

...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited...

来源: Laya3.0_api 发布时间: 20231115

70. laya.utils.FontInfo [ 95%]

... Boolean = falseFontInfo  EMPTY : FontInfo[static] FontInfo  _family : String = ArialFontInfo  _font : String = 14px ArialFontInfo  _id : uintFontInfo  _italic : Boolean = falseFontInfo  _size : int = 14FontInfoPublic Methods  MethodDefined By  FontInfo(font:String)FontInfo  Parse(f...

来源: Laya2.0_api 发布时间: 20190513