C# Class MetroPinkSeatManMove

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
goback GameObject
stand GameObject
suit GameObject
wheretogo GameObject

Public Methods

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

Private Methods

Method Description
Goback ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

goback public property

public GameObject goback
return GameObject

stand public property

public GameObject stand
return GameObject

suit public property

public GameObject suit
return GameObject

wheretogo public property

public GameObject wheretogo
return GameObject