大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0049 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...于识别。 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
...米 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
... } public function set worldRoot(value:Sprite):void { _worldRoot = value; if (value) { //TODO: var p:Point = value.localToGlobal(Point.TEMP.setT...
来源: Laya_社区 发布时间: 20181122
...{ } 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
... public function get loop():Boolean public function set loop(value:Boolean):voidpointsproperty points:String用逗号隔开的点的集合,格式:x,y,x,y ... Implementation public function get points():String public function set points(value:String):voidxproperty x...
来源: Laya2.0_api 发布时间: 20190513
... 创建一个 GradientDataInt 实例。 GradientDataInt add(key:Number, value:int):void 增加整形渐变。 GradientDataInt clone():* 克隆。 GradientDataInt cloneTo(destObject:*):void 克隆。 GradientDataIntProperty DetailgradientCountpropertygradientCount:int [read-only] 整形...
来源: laya_api 发布时间: 20170929
...e:Sprite, context:RenderContext, x:Number, y:Number):*FilterActionGL setValue(shader:*):voidFilterActionGL setValueMix(shader:Value2D):voidFilterActionGLProperty DetailtypeMixpropertytypeMix:int [read-only] Implementation public function get typeMix():intConstructor DetailFilterActi...
来源: laya_api 发布时间: 20170929
... 创建一个 GradientDataInt 实例。 GradientDataInt add(key:Number, value:int):void 增加整形渐变。 GradientDataInt clone():* 克隆。 GradientDataInt cloneTo(destObject:*):void 克隆。 GradientDataIntProperty DetailgradientCountpropertygradientCount:int [read-only] 整形...
来源: Laya2.0_api 发布时间: 20190513
...cmd/DrawPieCmd.ts:9 Accessors endAngle get endAngle(): number set endAngle(value: number): void Defined in laya/display/cmd/DrawPieCmd.ts:89 结束角度。 Returns number Defined in laya/display/cmd/DrawPieCmd.ts:93 结束角度。 Parameters value: number Returns void startAngle get startAngle(): ...
来源: Laya3.0_api 发布时间: 20231115
... public function get align():String public function set align(value:String):voidbgColorproperty bgColor:String 文本背景颜色,以字符串表示。 Implementation public function get bgColor():String public function set bgColor(value:String):voidboldproperty bold:B...
来源: laya_api 发布时间: 20170929