Type alias RenderOpt

RenderOpt: {
    color?: string;
    opacity?: number;
    scale?: Vec2;
}

The options of the render object

Type declaration

  • Optional color?: string
  • Optional opacity?: number
  • Optional scale?: Vec2

Generated using TypeDoc