C# Class PauseSystem, TheDeadMemories

Inheritance: MonoBehaviour
Mostrar archivo Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Protected Properties

Property Type Description
paused bool
player PlayerController,

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void
UpdateState ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

UpdateState() protected method

protected UpdateState ( ) : void
return void

Property Details

paused protected_oe property

protected bool paused
return bool

player protected_oe property

protected PlayerController, player
return PlayerController,