TextureSheetAnimationModule inherits from ParticleGeneratorModule and is used to control the texture sheet animation of the particle system.
| Property | Description |
|---|---|
| startFrame | ParticleCompositeCurve object, representing the start frame of the texture sheet |
| frameOverTime | ParticleCompositeCurve object, representing the curve of the texture sheet frame over time |
| type | TextureSheetAnimationType enum, representing the type of texture sheet animation |
| cycleCount | number type, representing the cycle count of the texture sheet animation |
| tiling | Vector2 object, representing the tiling of the texture sheet. Can be accessed and modified through get and set methods |