C# Class TreeState

Afficher le fichier Open project: mezosaurus/eae-project Class Usage Examples

Méthodes publiques

Свойство Type Description
Tree PossessableTree,

Méthodes publiques

Méthode Description
Enter ( object data ) : void
FixedUpdate ( ) : void
Leave ( ) : void
OnGUI ( ) : void
OnTriggerEnter ( Collider2D collider ) : void
OnTriggerExit ( Collider2D collider ) : void
Update ( ) : void
UpdateSorting ( ) : void

Method Details

Enter() public méthode

public Enter ( object data ) : void
data object
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Leave() public méthode

public Leave ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider2D collider ) : void
collider UnityEngine.Collider2D
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider2D collider ) : void
collider UnityEngine.Collider2D
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateSorting() public méthode

public UpdateSorting ( ) : void
Résultat void

Property Details

Tree public_oe property

public PossessableTree, Tree
Résultat PossessableTree,