C# Class MetroGirlController

Inheritance: MonoBehaviour
Show file 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 property

public bool Go
return bool

faceRight public property

public bool faceRight
return bool

velocity public property

public float velocity
return float