C# Class NodeControl.Point, Castle-Bashers

Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Méthode Description
AddConnectedPoint ( Point point ) : void
AddPotentialPrevPoint ( Point point ) : void
GetConnectedPoints ( ) : List
GetPos ( ) : Vector3
GetPotentialPrevPoints ( ) : List
GetPrevPoint ( ) : Point
GetScore ( ) : float
GetState ( ) : char
Point ( Vector3 pos, char state = 'u' ) : System
SetPrevPoint ( Point point ) : void
SetScore ( float newScore ) : void
SetState ( char newState ) : void
reset ( ) : void

Method Details

AddConnectedPoint() public méthode

public AddConnectedPoint ( Point point ) : void
point Point
Résultat void

AddPotentialPrevPoint() public méthode

public AddPotentialPrevPoint ( Point point ) : void
point Point
Résultat void

GetConnectedPoints() public méthode

public GetConnectedPoints ( ) : List
Résultat List

GetPos() public méthode

public GetPos ( ) : Vector3
Résultat Vector3

GetPotentialPrevPoints() public méthode

public GetPotentialPrevPoints ( ) : List
Résultat List

GetPrevPoint() public méthode

public GetPrevPoint ( ) : Point
Résultat Point

GetScore() public méthode

public GetScore ( ) : float
Résultat float

GetState() public méthode

public GetState ( ) : char
Résultat char

Point() public méthode

public Point ( Vector3 pos, char state = 'u' ) : System
pos Vector3
state char
Résultat System

SetPrevPoint() public méthode

public SetPrevPoint ( Point point ) : void
point Point
Résultat void

SetScore() public méthode

public SetScore ( float newScore ) : void
newScore float
Résultat void

SetState() public méthode

public SetState ( char newState ) : void
newState char
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void