interface PrimarySpriteMeshConstructorOptions {
    name?: null | string;
    object?: any;
    texture?: Texture<Resource>;
}

Properties

name?: null | string

The name of this sprite.

object?: any

Any object that owns this sprite.

texture?: Texture<Resource>

Texture passed to the SpriteMesh.