Type alias AreaOpt

AreaOpt: {
    size: Vec2;
}

The options of the area object

Type declaration

  • size: Vec2

Generated using TypeDoc