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

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

611. laya.d3.core.TransformUV [ 76%]

...  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

612. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 76%]

...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

613. laya.ui.UIGroup [ 76%]

... public function get dataSource():*    public function set dataSource(value:any):voiddirectionproperty direction:String 布局方向。 默认值为"horizontal"。 取值: "horizontal":表示水平布局。 "vertical":表示垂直布局。 Implementation     public function get direc...

来源: laya_api 发布时间: 20170929

614. laya.ui.ProgressBar [ 76%]

...位)。 Component  changeHandler : Handler 当 ProgressBar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 ProgressBar comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染...

来源: laya_api 发布时间: 20170929

615. laya.ui.UIGroup [ 76%]

... 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

616. laya.ui.TextInput [ 75%]

...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

617. HTMLDIVElement设置innerHTML时报错 [ 75%]

...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

618. laya.physics.PolygonCollider [ 75%]

...  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

619. 可以帮我查看吗,关于用unity编辑的动画 [ 75%]

...旋转,并且是在unity里面制作的。 就程式面来看,引擎在value为undefined时仍然会继续执行setLocalPosition,这点你怎么看, 为什么你会觉得没有问题呢? Laya_Aaron • 2018-07-25 16:11 value 为什么会undefined, 这个setlocalposition 的代码应该...

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

620. laya.ui.ProgressBar [ 75%]

...位)。 UIComponent  changeHandler : Handler 当 ProgressBar 实例的 value 属性发生变化时的函数处理器。 默认返回参数value 属性(进度值)。 ProgressBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能...

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