C# Class MetroPinkSeatManMove

Inheritance: MonoBehaviour
Mostra 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_oe property

public GameObject goback
return GameObject

stand public_oe property

public GameObject stand
return GameObject

suit public_oe property

public GameObject suit
return GameObject

wheretogo public_oe property

public GameObject wheretogo
return GameObject