Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface PrimarySpriteMeshConstructorOptions

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

    Properties

    name?: string | null

    The name of this sprite.

    object?: any

    Any object that owns this sprite.

    texture?: Texture<Resource>

    Texture passed to the SpriteMesh.