Interface SpatialCameraSetup

Generated

from protobuf message SC2APIProtocol.SpatialCameraSetup

interface SpatialCameraSetup {
    allowCheatingLayers?: boolean;
    cropToPlayableArea?: boolean;
    minimapResolution?: any;
    resolution?: any;
    width?: number;
}

Properties

allowCheatingLayers?: boolean

Generated

from protobuf field: optional bool allow_cheating_layers = 5;

cropToPlayableArea?: boolean

Generated

from protobuf field: optional bool crop_to_playable_area = 4;

minimapResolution?: any

Generated

from protobuf field: optional SC2APIProtocol.Size2DI minimap_resolution = 3;

resolution?: any

Generated

from protobuf field: optional SC2APIProtocol.Size2DI resolution = 2;

width?: number

Below are only relevant for feature layers.

Generated

from protobuf field: optional float width = 1;

Generated using TypeDoc