C# Class MetroTargetExchanger2

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
ExchangedTarget1 GameObject
ExchangedTarget2 GameObject
Target1 GameObject
Target2 GameObject

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
Gundal ( ) : IEnumerator

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

ExchangedTarget1 public property

public GameObject ExchangedTarget1
return GameObject

ExchangedTarget2 public property

public GameObject ExchangedTarget2
return GameObject

Target1 public property

public GameObject Target1
return GameObject

Target2 public property

public GameObject Target2
return GameObject