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

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

1. laya.d3.resource.TextureCube [ 100%]

...mipMap。 BaseTexture  load(url:String, complete:Handler):void[static] 加载TextureCube。 TextureCube  setSixSideImageSources(source:Array, premultiplyAlpha:Boolean = false):void 通过六张图片源填充纹理。 TextureCube  setSixSidePixels(width:int, height:int, pixels:Array):void 通...

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

2. laya.resource.Texture2D [ 99%]

...片像素。 Texture2D  load(url:String, complete:Handler):void[static] 加载Texture2D。 Texture2D  loadImageSource(source:*, premultiplyAlpha:Boolean = false):void 通过图片源填充纹理,可为HTMLImageElement、HTMLCanvasElement、HTMLVideoElement、ImageBitmap、ImageData, 设置之后...

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

3. laya.display.Graphics [ 82%]

...r = 0, width:Number = 0, height:Number = 0, complete:Function = null):void 加载并显示一个图片。 Graphics  restore():RestoreCmd 返回之前保存过的路径状态和属性。 Graphics  rotate(angle:Number, pivotX:Number = 0, pivotY:Number = 0):RotateCmd 旋转当前绘图。(推荐使...

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

4. laya.ui.AutoBitmap [ 72%]

...r = 0, width:Number = 0, height:Number = 0, complete:Function = null):void 加载并显示一个图片。 Graphics restore():RestoreCmd 返回之前保存过的路径状态和属性。 Graphics rotate(angle:Number, pivotX:Number = 0, pivotY:Number = 0):RotateCmd 旋转当前绘图。(推荐使用t...

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

5. laya.resource.Texture [ 71%]

...件。 EventDispatcher  load(url:String, complete:Handler = null):void 加载指定地址的图片。 Texture  moveUV(offsetX:Number, offsetY:Number, uv:Array):Array[static] 平移 UV。 Texture off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDis...

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

6. laya.map.TiledMap [ 70%]

...议使用normal TiledMap  cacheAllAfterInit : Boolean = false 是否在加载完成之后cache所有大格子 TiledMap  enableMergeLayer : Boolean = false 是否合并图层,开启合并图层时,图层属性内可添加layer属性,运行时将会将相邻的layer属性相同的图层进行...

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

7. laya.net.Loader [ 60%]

...ic class LoaderInheritanceLoader EventDispatcher Object Loader 类可用来加载文本、JSON、XML、二进制、图像等资源。 Public Properties PropertyDefined By  cache : Boolean[read-only] 是否缓存。Loader  data : *[read-only] 返回的数据。Loader  maxTimeOut : int = 100[st...

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

8. laya.ani.bone.Skeleton [ 50%]

...wImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite  total : int[read-only] 得到总帧数据 Skeleton transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 矩阵更多信息请...

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

9. laya.ui.Image [ 45%]

...或绘制图形的显示对象。 Image和Clip组件是唯一支持异步加载的两个组件,比如img.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 See alsolaya.ui.AutoBitmapPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

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

10. laya.ui.AdvImage [ 35%]

...skin : String 对象的皮肤地址,以字符串表示。 如果资源未加载,则先加载资源,加载完成后应用于此对象。 注意:资源加载完成后,会自动缓存至资源库中。 Image source : Texture 对象的纹理资源。 Image stage : Stage[read-only] 对舞台 ...

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