C# Class MetroTargetCombinationCaller

Inheritance: MonoBehaviour
Mostra file Open project: SNUGDC/stardust

Public Properties

Property Type Description
Parent GameObject
Target GameObject
Target1 GameObject
Target2 GameObject
Target3 GameObject
combiClass GameObject[]

Public Methods

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

Method Details

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Parent public_oe property

public GameObject Parent
return GameObject

Target public_oe property

public GameObject Target
return GameObject

Target1 public_oe property

public GameObject Target1
return GameObject

Target2 public_oe property

public GameObject Target2
return GameObject

Target3 public_oe property

public GameObject Target3
return GameObject

combiClass public_oe property

public GameObject[] combiClass
return GameObject[]