C# Class StarboundExport.StarBoundNode

Afficher le fichier Open project: Gl237man/mineroute Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

Method Details

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