C# Class Oglr.Core.Constants

Inheritance: IConstants
Show file Open project: SteveDunn/oglr Class Usage Examples

Public Properties

Property Type Description
RunLevelAppendLevelFilename bool
RunLevelApplicationToStart string
RunLevelStartApplication bool
SaveLevelAppendLevelFilename bool
SaveLevelApplicationToStart string
SaveLevelStartApplication bool
ShowGrid bool
ShowWorldOrigin bool
SnapToGrid bool

Private Properties

Property Type Description
initWithDefaults void

Public Methods

Method Description
Constants ( ) : System
SaveToDisk ( string filename ) : void
TryToLoadOtherwiseSetDefaults ( string filename ) : void

Private Methods

Method Description
initWithDefaults ( ) : void

Method Details

Constants() public method

public Constants ( ) : System
return System

SaveToDisk() public method

public SaveToDisk ( string filename ) : void
filename string
return void

TryToLoadOtherwiseSetDefaults() public static method

public static TryToLoadOtherwiseSetDefaults ( string filename ) : void
filename string
return void

Property Details

RunLevelAppendLevelFilename public property

public bool RunLevelAppendLevelFilename
return bool

RunLevelApplicationToStart public property

public string RunLevelApplicationToStart
return string

RunLevelStartApplication public property

public bool RunLevelStartApplication
return bool

SaveLevelAppendLevelFilename public property

public bool SaveLevelAppendLevelFilename
return bool

SaveLevelApplicationToStart public property

public string SaveLevelApplicationToStart
return string

SaveLevelStartApplication public property

public bool SaveLevelStartApplication
return bool

ShowGrid public property

public bool ShowGrid
return bool

ShowWorldOrigin public property

public bool ShowWorldOrigin
return bool

SnapToGrid public property

public bool SnapToGrid
return bool