大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0154 秒)
Laya_社区(438) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(39) Laya2.0_示例(9) Laya_示例(7)
... public function get offset():Vector2 public function set offset(value:Vector2):voidrotationproperty rotation:Number 取旋转。 Implementation public function get rotation():Number public function set rotation(value:Number):voidtilingproperty tiling:Vector2 取平铺次...
来源: laya_api 发布时间: 20170929
...oset: private _blood_area: Area = new AreaEntity( 100, 20 ); public _blood_value: number; /** 魔鬼 */ private _demon_ani: Laya.Animation; // toset: private _demon_area: Area = new AreaEntity( 100, 100); /** 靶心,参照物是魔鬼 */ private _target_ani: Laya.Animation; // toset: private _...
来源: Laya_社区 发布时间: 20180515
... public function get dataSource():* public function set dataSource(value:any):voiddirectionproperty direction:String 布局方向。 默认值为"horizontal"。 取值: "horizontal":表示水平布局。 "vertical":表示垂直布局。 Implementation public function get direc...
来源: laya_api 发布时间: 20170929
...位)。 Component changeHandler : Handler 当 ProgressBar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 ProgressBar comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染...
来源: laya_api 发布时间: 20170929
... public function get dataSource():* public function set dataSource(value:any):voiddirectionproperty direction:String 布局方向。 默认值为"horizontal"。 取值: "horizontal":表示水平布局。 "vertical":表示垂直布局。 Implementation public function get direc...
来源: Laya2.0_api 发布时间: 20190513
...ic function get asPassword():Boolean public function set asPassword(value:Boolean):voidbgproperty bg:AutoBitmap 表示此对象包含的文本背景 AutoBitmap 组件实例。 Implementation public function get bg():AutoBitmap public function set bg(value:AutoBitmap):voidedita...
来源: laya_api 发布时间: 20170929
...f (this._width)return this._width; return this.contextWidth; },[b]function(value){ var changed=false; changed=value !=this.width; _super.prototype._$set_width.call(this,value); if(changed) [i]this.layout[/i](); }[/b]);猜测是this.layout引发的死循环,希望在之后的版本中解决。暂...
来源: Laya_社区 发布时间: 20170620
... public function get points():String public function set points(value:String):voidxproperty x:Number相对节点的x轴偏移 Implementation public function get x():Number public function set x(value:Number):voidyproperty y:Number相对节点的y轴偏移 Implementation ...
来源: Laya2.0_api 发布时间: 20190513
...旋转,并且是在unity里面制作的。 就程式面来看,引擎在value为undefined时仍然会继续执行setLocalPosition,这点你怎么看, 为什么你会觉得没有问题呢? Laya_Aaron • 2018-07-25 16:11 value 为什么会undefined, 这个setlocalposition 的代码应该...
来源: Laya_社区 发布时间: 20180725
...位)。 UIComponent changeHandler : Handler 当 ProgressBar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 ProgressBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能...
来源: Laya2.0_api 发布时间: 20190513