Skip to content

TextureConfig

ts
type TextureConfig = object;

Type defining the texture animation configuration for particles.

Properties

duration?

ts
optional duration: number;

framerate?

ts
optional framerate: number;

loop?

ts
optional loop: boolean;

textures

ts
textures: Texture[];