C# Class WalkMovement, Unity-SRPG

Inheritance: Movement
Afficher le fichier Open project: Policenaut/Unity-SRPG Class Usage Examples

Méthodes publiques

Méthode Description
Traverse ( Tile, tile ) : IEnumerator

Méthodes protégées

Méthode Description
ExpandSearch ( Tile, tile ) : bool

Private Methods

Méthode Description
Jump ( Tile, to ) : IEnumerator
Walk ( Tile, target ) : IEnumerator

Method Details

ExpandSearch() protected méthode

protected ExpandSearch ( Tile, tile ) : bool
tile Tile,
Résultat bool

Traverse() public méthode

public Traverse ( Tile, tile ) : IEnumerator
tile Tile,
Résultat IEnumerator