C# Class InsertGoal

Inheritance: GoalState
Afficher le fichier Open project: Denakee/HackerMan_2016

Méthodes publiques

Свойство Type Description
objectsToInsert GameObject
targetContainer GameObject

Méthodes publiques

Méthode Description
CheckIfStateIsReached ( ) : bool
Start ( ) : void

Private Methods

Méthode Description
InsertGoal_objectHit ( object sender, EventArgs e ) : void

Method Details

CheckIfStateIsReached() public méthode

public CheckIfStateIsReached ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

objectsToInsert public_oe property

public GameObject objectsToInsert
Résultat GameObject

targetContainer public_oe property

public GameObject targetContainer
Résultat GameObject