C# Class MetroStudentsControl

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
changedtosuit bool
smoothtime float
suit GameObject
wheretogo GameObject

Public Methods

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

Private Methods

Method Description
Wait ( float waittime ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

changedtosuit public property

public bool changedtosuit
return bool

smoothtime public property

public float smoothtime
return float

suit public property

public GameObject suit
return GameObject

wheretogo public property

public GameObject wheretogo
return GameObject