C# Class Drought.Entity.Path

Afficher le fichier Open project: kiniry-teaching/UCD Class Usage Examples

Méthodes publiques

Méthode Description
Path ( List nodes ) : System
addDistance ( float distance ) : bool
getLength ( ) : float
getPosition ( ) : Vector3
getRemainingPath ( ) : List
isFinished ( ) : bool

Private Methods

Méthode Description
initialise ( ) : void

Method Details

Path() public méthode

public Path ( List nodes ) : System
nodes List
Résultat System

addDistance() public méthode

public addDistance ( float distance ) : bool
distance float
Résultat bool

getLength() public méthode

public getLength ( ) : float
Résultat float

getPosition() public méthode

public getPosition ( ) : Vector3
Résultat Vector3

getRemainingPath() public méthode

public getRemainingPath ( ) : List
Résultat List

isFinished() public méthode

public isFinished ( ) : bool
Résultat bool