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

大约有 163 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)

81. laya.ui.List [ 71%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component  cacheAs : String[override] 指定显...

来源: laya_api 发布时间: 20170929

82. 新人求教!!! [ 71%]

...序入口 class Main{ //需要切换的图片资源路径 private monkey1:string = "res/img/monkey1.png"; private monkey2:string = "res/img/monkey2.png"; //切换状态 private flag:boolean = false; private img:Laya.Sprite; constructor() {       //初始化引擎       Laya.init(1334,750);   ...

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

83. laya.d3.core.material.EffectMaterial_API3.0 [ 71%]

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

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

84. laya.d3.core.trail.TrailMaterial_API3.0 [ 71%]

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

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

85. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 71%]

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

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

86. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 71%]

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

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

87. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 70%]

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

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

88. [LayaAirIDE3]xcode切入切出声音不播放 [ 70%]

...r } from "./ResourceManager"; declare function testmusic_cn_ios(accountId: string): void; enum SoundType {     BGM,     Effect,     Dialogue, } export class SoundManager {     private static instance: SoundManager;     private curBGMUrl: string;     private bgmChannel: Laya.SoundChannel ...

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

89. laya.ui.Tree_API3.0 [ 70%]

...(this, onLoadComplete)); } private function onLoadComplete():void { var xmlString:String;//创建一个xml字符串,用于存储树结构数据。 xmlString = "<root><item label='box1'><abc label='child1'/><abc label='child2'/><abc lab...

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

90. 教你微信小游戏使用服务端gzip数据。 [ 70%]

... =  0;  i  <  arr.length;  i++)  {             str  +=  String.fromCharCode(arr[i]);       }   return toType === 'json' ? JSON.parse(decodeURIComponent(escape(str))) : decodeURIComponent(escape(str)); } //转换成byte  function fromCharCode(pakoData,toType = 'json'){   let ...

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