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

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

1. laya.components.Prefab [ 100%]

...tancePrefab Object 模板,预制件 Public Methods  MethodDefined By  create():* 通过预制创建实例 PrefabMethod Detailcreate()method public function create():* 通过预制创建实例 Returns*Mon May 13 2019, 03:12 PM +08:00

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

2. laya.utils.Handler [ 99%]

...itanceHandler Object Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象池,回收后不要再使用此对象,否则会导致不可预...

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

3. laya.utils.Tween [ 96%]

...化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。  duration:int — 花费的时间,单位毫秒。  ease:Function (default = null) — 缓动类型,默认为匀速运动。  complete:Handler (default = nu...

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

4. laya.maths.Point [ 91%]

...Point 对象。 Point  copy(point:Point):Point copy point坐标 Point  create():Point[static] 从对象池创建 Point  distance(x:Number, y:Number):Number 计算当前点和目标点(x,y)的距离。 Point  normalize():void 标准化向量。 Point  recover():void 回收到对象池,...

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

5. laya.d3.graphics.VertexBuffer3D [ 85%]

...) 创建一个 VertexBuffer3D,不建议开发者使用并用VertexBuffer3D.create()代替 实例。 VertexBuffer3D  bind():Boolean[override] VertexBuffer3D  destroy():void[override] VertexBuffer3D  getData():* 获取顶点数据。 VertexBuffer3D  setData(data:*, bufferOffset:int = 0, dataSt...

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

6. laya.display.css.TextStyle [ 84%]

...本字段不自动换行。 TextStylePublic Methods  MethodDefined By  create():TextStyle[static] 从对象池中创建 TextStyle  recover():void[override] TextStyle  render(sprite:Sprite, context:Context, x:Number, y:Number):voidTextStyle  reset():SpriteStyle[override] TextStylePublic Cons...

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

7. laya.d3.graphics.IndexBuffer3D [ 83%]

...se) 创建一个 IndexBuffer3D,不建议开发者使用并用IndexBuffer3D.create()代替 实例。 IndexBuffer3D  _bindForVAO():void[override] IndexBuffer3D  bind():Boolean[override] IndexBuffer3D  destroy():void[override] IndexBuffer3D  getData():Uint16Array 获取索引数据。 IndexBuff...

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

8. laya.maths.Rectangle [ 82%]

...ngle 复制 source 对象的属性值到此矩形对象中。 Rectangle  create():Rectangle[static] 创建 Rectangle  equals(rect:Rectangle):Boolean 检测传入的 Rectangle 对象的属性是否与当前 Rectangle 对象的属性 x、y、width、height 属性值都相等。 Rectangle  inters...

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

9. laya.maths.Matrix [ 78%]

...中的所有矩阵数据复制到指定的 Matrix 对象中。 Matrix  create():Matrix[static] 从对象池中创建一个 Matrix 对象。 Matrix  destroy():void 销毁此对象。 Matrix  getScaleX():Number 获取 X 轴缩放值。 Matrix  getScaleY():Number 获取 Y 轴缩放值。 Matrix...

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

10. laya.net.LoaderManager [ 75%]

...的加载,所有未加载的内容全部停止加载。LoaderManager  create(url:*, complete:Handler = null, progress:Handler = null, type:String = null, constructParams:Array = null, propertyParams:Object = null, priority:int = 1, cache:Boolean = true):void 根据clas类型创建一个未初始...

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