C# Class TargetExchanger

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

public GameObject ColliderDestory
return GameObject

ExchangedTarget public_oe property

public GameObject ExchangedTarget
return GameObject

Target public_oe property

public GameObject Target
return GameObject