C# Class TreeStateEating

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

Méthodes publiques

Méthode Description
Enter ( object data ) : void
Leave ( ) : void
Update ( ) : void
UpdateSorting ( ) : void

Private Methods

Méthode Description
Eat ( ) : void

Method Details

Enter() public méthode

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

Leave() public méthode

public Leave ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateSorting() public méthode

public UpdateSorting ( ) : void
Résultat void