C# Class TargetExchanger

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
ColliderDestory GameObject
ExchangedTarget GameObject
Target GameObject

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
totCaller ( ) : IEnumerator

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

ColliderDestory public property

public GameObject ColliderDestory
return GameObject

ExchangedTarget public property

public GameObject ExchangedTarget
return GameObject

Target public property

public GameObject Target
return GameObject