C# Class OfficeController

Inheritance: MonoBehaviour
Afficher le fichier Open project: sasuke9759/GGJ-2016-Llama-God Class Usage Examples

Méthodes publiques

Свойство Type Description
agent GameObject
happyWithCurrentSpot bool
placementOrder int

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
GenerateAgent ( ) : void
OnTriggerStay ( Collider collision ) : void
PlaceRandomly ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

GenerateAgent() public méthode

public GenerateAgent ( ) : void
Résultat void

OnTriggerStay() public méthode

public OnTriggerStay ( Collider collision ) : void
collision Collider
Résultat void

PlaceRandomly() public méthode

public PlaceRandomly ( ) : void
Résultat void

Property Details

agent public_oe property

public GameObject agent
Résultat GameObject

happyWithCurrentSpot public_oe property

public bool happyWithCurrentSpot
Résultat bool

placementOrder public_oe property

public int placementOrder
Résultat int