C# Class TakeOutObjectGoal

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

Méthodes publiques

Свойство Type Description
container GameObject
objectInContainer GameObject

Méthodes publiques

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

Private Methods

Méthode Description
TakeOutObjectGoal_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

container public_oe property

public GameObject container
Résultat GameObject

objectInContainer public_oe property

public GameObject objectInContainer
Résultat GameObject