C# Class SBBIN2mcr.StarBoundNode

Afficher le fichier Open project: Gl237man/mineroute

Méthodes publiques

Свойство Type Description
NodeID string
NodeType string
Ports List
Xcoord int
Ycoord int
xcoord int
ycoord int

Méthodes publiques

Méthode Description
StarBoundNode ( string frstr ) : System
StarBoundNode ( string type, string ID, int x, int y ) : System
ToString ( ) : string

Method Details

StarBoundNode() public méthode

public StarBoundNode ( string frstr ) : System
frstr string
Résultat System

StarBoundNode() public méthode

public StarBoundNode ( string type, string ID, int x, int y ) : System
type string
ID string
x int
y int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

NodeID public_oe property

public string NodeID
Résultat string

NodeType public_oe property

public string NodeType
Résultat string

Ports public_oe property

public List Ports
Résultat List

Xcoord public_oe property

public int Xcoord
Résultat int

Ycoord public_oe property

public int Ycoord
Résultat int

xcoord public_oe property

public int xcoord
Résultat int

ycoord public_oe property

public int ycoord
Résultat int