Class MapCompilerParameters

Namespace
Elegy.MapCompiler.Assets
Assembly
Elegy.MapCompiler.dll
public class MapCompilerParameters
Inheritance
MapCompilerParameters
Inherited Members

Properties

DebugFreeze

[BoolParam("-debugfreeze")]
public bool DebugFreeze { get; set; }

Property Value

bool

GlobalScale

public float GlobalScale { get; }

Property Value

float

MapFile

[PathParam("-map", false)]
public string MapFile { get; set; }

Property Value

string

OutputPath

[PathParam("-out", false)]
public string OutputPath { get; set; }

Property Value

string

RootPath

[PathParam("-root", false)]
public string RootPath { get; set; }

Property Value

string

UnitsPerMetre

[FloatParam("-unitscale", 0.001953125, 512)]
public float UnitsPerMetre { get; set; }

Property Value

float

WithoutGeometry

[BoolParam("-nogeo")]
public bool WithoutGeometry { get; set; }

Property Value

bool

WithoutLighting

[BoolParam("-nolight")]
public bool WithoutLighting { get; set; }

Property Value

bool

WithoutVisibility

[BoolParam("-novis")]
public bool WithoutVisibility { get; set; }

Property Value

bool