C# Class MetroGirlController

Inheritance: MonoBehaviour
Datei anzeigen Open project: SNUGDC/stardust

Public Properties

Property Type Description
Go bool
faceRight bool
velocity float

Public Methods

Method Description
Flip ( ) : void
LateUpdate ( ) : void
Start ( ) : void

Method Details

Flip() public method

public Flip ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

Go public_oe property

public bool Go
return bool

faceRight public_oe property

public bool faceRight
return bool

velocity public_oe property

public float velocity
return float