大约有 1,232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...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
.... 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
...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
...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
...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
...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
...于识别。 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
... } public function set worldRoot(value:Sprite):void { _worldRoot = value; if (value) { //TODO: var p:Point = value.localToGlobal(Point.TEMP.setT...
来源: Laya_社区 发布时间: 20181122
...米 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
...{ } 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