C# Class SessionProgress, ggj16

Inheritance: MonoBehaviour
ファイルを表示 Open project: amzeratul/ggj16 Class Usage Examples

Public Methods

Method Description
Restart ( ) : void
StartSession ( ) : void

Protected Methods

Method Description
LateUpdate ( ) : void
Update ( ) : void

Private Methods

Method Description
DoEndSession ( ) : IEnumerator
DoRestart ( ) : IEnumerator
EndSession ( ) : void
TakeScreenshot ( ) : void

Method Details

LateUpdate() protected method

protected LateUpdate ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

StartSession() public method

public StartSession ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void