The TextureSheetAnimation class is used to create particle frame animations.

TextureSheetAnimation 类用于创建粒子帧动画。

实现

  • IClone

构造函数

属性

cycles: number = 0

Number of cycles.

循环次数。

enable: boolean = false

Whether enabled.

是否启用。

enableUVChannels: number = 0

UV channel type, 0 for Nothing, 1 for Everything.

UV 通道类型,0 表示 Nothing,1 表示 Everything。

randomRow: boolean = false

Whether to use random row, effective when type is 1.

是否随机行,type属性 为 1 时,该属性才会生效。

rowIndex: number = 0

Row index, effective when type is 1.

行索引,type属性 为 1 时,该属性才会生效。

tiles: Vector2

Texture tiling.

纹理平铺。

type: number = 0

Type, 0 for whole sheet, 1 for single row.

类型,0 表示整个纹理表,1 表示纹理表中的某一行。

访问器

方法