C# Class Oglr.Core.Constants

Inheritance: IConstants
显示文件 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_oe property

public bool RunLevelAppendLevelFilename
return bool

RunLevelApplicationToStart public_oe property

public string RunLevelApplicationToStart
return string

RunLevelStartApplication public_oe property

public bool RunLevelStartApplication
return bool

SaveLevelAppendLevelFilename public_oe property

public bool SaveLevelAppendLevelFilename
return bool

SaveLevelApplicationToStart public_oe property

public string SaveLevelApplicationToStart
return string

SaveLevelStartApplication public_oe property

public bool SaveLevelStartApplication
return bool

ShowGrid public_oe property

public bool ShowGrid
return bool

ShowWorldOrigin public_oe property

public bool ShowWorldOrigin
return bool

SnapToGrid public_oe property

public bool SnapToGrid
return bool