C# Class NodeControl.Point, Castle-Bashers

Datei anzeigen Open project: DevelopersGuild/Castle-Bashers

Public Methods

Method 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 method

public AddConnectedPoint ( Point point ) : void
point Point
return void

AddPotentialPrevPoint() public method

public AddPotentialPrevPoint ( Point point ) : void
point Point
return void

GetConnectedPoints() public method

public GetConnectedPoints ( ) : List
return List

GetPos() public method

public GetPos ( ) : Vector3
return Vector3

GetPotentialPrevPoints() public method

public GetPotentialPrevPoints ( ) : List
return List

GetPrevPoint() public method

public GetPrevPoint ( ) : Point
return Point

GetScore() public method

public GetScore ( ) : float
return float

GetState() public method

public GetState ( ) : char
return char

Point() public method

public Point ( Vector3 pos, char state = 'u' ) : System
pos Vector3
state char
return System

SetPrevPoint() public method

public SetPrevPoint ( Point point ) : void
point Point
return void

SetScore() public method

public SetScore ( float newScore ) : void
newScore float
return void

SetState() public method

public SetState ( char newState ) : void
newState char
return void

reset() public method

public reset ( ) : void
return void