Type alias BackgroundOpt

BackgroundOpt: {
    size?: Vec2;
}

The options of the background object

Type declaration

  • Optional size?: Vec2

Generated using TypeDoc