C# Class MetroStudentsControl

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool changedtosuit
return bool

smoothtime public_oe property

public float smoothtime
return float

suit public_oe property

public GameObject suit
return GameObject

wheretogo public_oe property

public GameObject wheretogo
return GameObject