C# Class GlobalPreferences, Void-Runner

Inheritance: MonoBehaviour
Afficher le fichier Open project: NoScopeProductions/Void-Runner Class Usage Examples

Méthodes publiques

Свойство Type Description
BOOST_PICKUPS string
CurrentTimeScale float
FUEL_PICKUPS string
HIGH_SCORE string
LAST_HIGHSCORE_NAME string
LastHighScoreName string
PLAYTHROUGHS string
SHIELD_PICKUPS string
SkipTutorial bool
gamePaused bool
shipSelected SHIP,

Méthodes publiques

Méthode Description
SaveScoresToDisk ( Player, PlayerObject, bool ClearHighScore ) : void
SetDefaultTimeScale ( ) : void
SetTimeScale ( float newScale ) : void
TogglePause ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
SaveLastHighScoreName ( ) : void
SetBoostCount ( Player, PlayerObject ) : void
SetFuelCount ( Player, PlayerObject ) : void
SetHighScore ( Player, PlayerObject, bool ClearHighScore ) : void
SetNumberPlaythroughs ( ) : void
SetShieldCount ( Player, PlayerObject ) : void

Method Details

SaveScoresToDisk() public static méthode

public static SaveScoresToDisk ( Player, PlayerObject, bool ClearHighScore ) : void
PlayerObject Player,
ClearHighScore bool
Résultat void

SetDefaultTimeScale() public static méthode

public static SetDefaultTimeScale ( ) : void
Résultat void

SetTimeScale() public static méthode

public static SetTimeScale ( float newScale ) : void
newScale float
Résultat void

TogglePause() public static méthode

public static TogglePause ( ) : void
Résultat void

Property Details

BOOST_PICKUPS public_oe static_oe property

public static string BOOST_PICKUPS
Résultat string

CurrentTimeScale public_oe static_oe property

public static float CurrentTimeScale
Résultat float

FUEL_PICKUPS public_oe static_oe property

public static string FUEL_PICKUPS
Résultat string

HIGH_SCORE public_oe static_oe property

public static string HIGH_SCORE
Résultat string

LAST_HIGHSCORE_NAME public_oe static_oe property

public static string LAST_HIGHSCORE_NAME
Résultat string

LastHighScoreName public_oe static_oe property

public static string LastHighScoreName
Résultat string

PLAYTHROUGHS public_oe static_oe property

public static string PLAYTHROUGHS
Résultat string

SHIELD_PICKUPS public_oe static_oe property

public static string SHIELD_PICKUPS
Résultat string

SkipTutorial public_oe static_oe property

public static bool SkipTutorial
Résultat bool

gamePaused public_oe static_oe property

public static bool gamePaused
Résultat bool

shipSelected public_oe static_oe property

public static SHIP, shipSelected
Résultat SHIP,