C# Class Mnetsynt3.Node

Show file Open project: Gl237man/mineroute Class Usage Examples

Public Properties

Property Type Description
McNode RouteUtils.Node
NodeName string
NodeType string
Placed bool
X int
Y int
Z int

Public Methods

Method Description
GetLutKey ( ) : string
IsLut ( ) : bool
ReadFromString ( string instr ) : void
ToString ( ) : string

Method Details

GetLutKey() public method

public GetLutKey ( ) : string
return string

IsLut() public method

public IsLut ( ) : bool
return bool

ReadFromString() public method

public ReadFromString ( string instr ) : void
instr string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

McNode public property

public RouteUtils.Node McNode
return RouteUtils.Node

NodeName public property

public string NodeName
return string

NodeType public property

public string NodeType
return string

Placed public property

public bool Placed
return bool

X public property

public int X
return int

Y public property

public int Y
return int

Z public property

public int Z
return int