Screen space rectangular area.

Generated

from protobuf message SC2APIProtocol.RectangleI

interface RectangleI {
    p0?: PointI;
    p1?: PointI;
}

Properties

Properties

p0?: PointI

Generated

from protobuf field: optional SC2APIProtocol.PointI p0 = 1;

p1?: PointI

Generated

from protobuf field: optional SC2APIProtocol.PointI p1 = 2;

Generated using TypeDoc