C# Class SunMoonMovement, Shipmates-LD29

Inheritance: MonoBehaviour
Mostra file Open project: shaunlebron/Shipmates-LD29

Public Properties

Property Type Description
endgame bool
stopped bool

Public Methods

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

Private Methods

Method Description
coMoveSunMoon ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

endgame public_oe property

public bool endgame
return bool

stopped public_oe property

public bool stopped
return bool