Generated

from protobuf message SC2APIProtocol.DebugDraw

interface DebugDraw {
    boxes: DebugBox[];
    lines: DebugLine[];
    spheres: DebugSphere[];
    text: DebugText[];
}

Properties

Properties

boxes: DebugBox[]

Generated

from protobuf field: repeated SC2APIProtocol.DebugBox boxes = 3;

lines: DebugLine[]

Generated

from protobuf field: repeated SC2APIProtocol.DebugLine lines = 2;

spheres: DebugSphere[]

Generated

from protobuf field: repeated SC2APIProtocol.DebugSphere spheres = 4;

text: DebugText[]

Generated

from protobuf field: repeated SC2APIProtocol.DebugText text = 1;

Generated using TypeDoc