C# Class Oglr.Core.Constants

Inheritance: IConstants
Afficher le fichier Open project: SteveDunn/oglr Class Usage Examples

Méthodes publiques

Свойство Type Description
RunLevelAppendLevelFilename bool
RunLevelApplicationToStart string
RunLevelStartApplication bool
SaveLevelAppendLevelFilename bool
SaveLevelApplicationToStart string
SaveLevelStartApplication bool
ShowGrid bool
ShowWorldOrigin bool
SnapToGrid bool

Private Properties

Свойство Type Description
initWithDefaults void

Méthodes publiques

Méthode Description
Constants ( ) : System
SaveToDisk ( string filename ) : void
TryToLoadOtherwiseSetDefaults ( string filename ) : void

Private Methods

Méthode Description
initWithDefaults ( ) : void

Method Details

Constants() public méthode

public Constants ( ) : System
Résultat System

SaveToDisk() public méthode

public SaveToDisk ( string filename ) : void
filename string
Résultat void

TryToLoadOtherwiseSetDefaults() public static méthode

public static TryToLoadOtherwiseSetDefaults ( string filename ) : void
filename string
Résultat void

Property Details

RunLevelAppendLevelFilename public_oe property

public bool RunLevelAppendLevelFilename
Résultat bool

RunLevelApplicationToStart public_oe property

public string RunLevelApplicationToStart
Résultat string

RunLevelStartApplication public_oe property

public bool RunLevelStartApplication
Résultat bool

SaveLevelAppendLevelFilename public_oe property

public bool SaveLevelAppendLevelFilename
Résultat bool

SaveLevelApplicationToStart public_oe property

public string SaveLevelApplicationToStart
Résultat string

SaveLevelStartApplication public_oe property

public bool SaveLevelStartApplication
Résultat bool

ShowGrid public_oe property

public bool ShowGrid
Résultat bool

ShowWorldOrigin public_oe property

public bool ShowWorldOrigin
Résultat bool

SnapToGrid public_oe property

public bool SnapToGrid
Résultat bool