C# Class LookThere, Paths-of-The-Heart

Inheritance: MonoBehaviour
Mostra file Open project: OneGameAMonth/Paths-of-The-Heart

Public Properties

Property Type Description
firstGoal GameObject
secondGoal GameObject

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

firstGoal public_oe property

public GameObject firstGoal
return GameObject

secondGoal public_oe property

public GameObject secondGoal
return GameObject