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

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

471. laya.utils.FontInfo [ 81%]

...String)FontInfo  Parse(font:String):FontInfo[static] FontInfo  setFont(value:String):voidFontInfoProperty Detail_boldpropertypublic var _bold:Boolean = false_familyproperty public var _family:String = Arial_fontproperty public var _font:String = 14px Arial_idproperty public var _id:uint_itali...

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

472. Cannot enlarge memory arrays. [ 81%]

.... Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want ...

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

473. laya.d3.core.HeightMap_API3.0 [ 81%]

...er Defined in laya/d3/core/HeightMap.ts:162 获取高度。 Returns number value 高度。 maxHeight get maxHeight(): number Defined in laya/d3/core/HeightMap.ts:170 最大高度。 Returns number value 最大高度。 minHeight get minHeight(): number Defined in laya/d3/core/HeightMap.ts:178 最大...

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

474. LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 [ 81%]

...on readGBBytes (len:int):String          {             var value:String = "";             var max:int = this._position_ + len;             var c:int, c2:int;             // gb2312-encode             while (this._position_ < max) {         ...

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

475. laya.d3.component.animator.AnimatorStateTriggerCondition_API3.0 [ 81%]

...teCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): void Inherited from AnimatorStateCondition.name Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:73 名称 Returns string Inherited from AnimatorStateCondition.name Defined in laya/d3/component/...

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

476. laya.d3.core.render.PostProcessRenderContext_API3.0 [ 81%]

...er colorFormat: RenderTargetFormat depthFormat: RenderTargetFormat Default value mipmap: boolean = false Default value multiSamples: number = 1 Default value depthTexture: boolean = false Default value sRGB: boolean = false Returns RenderTexture Globals "laya/d3/core/render/PostProcessRenderContext"...

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

477. laya.resource.Resource_API3.0 [ 81%]

...于识别。 Returns number obsolute get obsolute(): boolean set obsolute(value: boolean): void Defined in laya/resource/Resource.ts:147 如果设置一个已缓存的资源obsolute为true,则 1)getRes仍然可以返回这个资源; 2)下次加载时会忽略这个缓存而去重新加载。...

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

478. Laya2.0 刚体获取body时,场景中所有刚体紊乱 [ 80%]

...     }                  public function set worldRoot(value:Sprite):void {             _worldRoot = value;             if (value) {                 //TODO:                 var p:Point = value.localToGlobal(Point.TEMP.setT...

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

479. laya.physics.Physics_API3.0 [ 80%]

...米 Accessors allowSleeping get allowSleeping(): boolean set allowSleeping(value: boolean): void Defined in laya/physics/Physics.ts:195 设置是否允许休眠,休眠可以提高稳定性和性能,但通常会牺牲准确性 Returns boolean Defined in laya/physics/Physics.ts:199 设置是否允...

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

480. List数据源的格式问题导致无法响应List的SelectHandler [ 80%]

...{ } protected function dataSourceChange(eventType:String, property:String, value:Object):void { var data:* = this[property]; this[property] = value; if (value != data) { var result:Boolean = event(eventType , {oldValue:data , newValue:value}); } } }现在问题就出在Data这个类上面,如果...

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