Display debug spheres on screen.

Generated

from protobuf message SC2APIProtocol.DebugSphere

interface DebugSphere {
    color?: Color;
    p?: any;
    r?: number;
}

Properties

Properties

color?: Color

Generated

from protobuf field: optional SC2APIProtocol.Color color = 1;

p?: any

Generated

from protobuf field: optional SC2APIProtocol.Point p = 2;

r?: number

Generated

from protobuf field: optional float r = 3;

Generated using TypeDoc