Screen dimensions.

Generated

from protobuf message SC2APIProtocol.Size2DI

interface Size2DI {
    x?: number;
    y?: number;
}

Properties

Properties

x?: number

Generated

from protobuf field: optional int32 x = 1;

y?: number

Generated

from protobuf field: optional int32 y = 2;

Generated using TypeDoc