C# Class Mnetsynt3.Node

ファイルを表示 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_oe property

public RouteUtils.Node McNode
return RouteUtils.Node

NodeName public_oe property

public string NodeName
return string

NodeType public_oe property

public string NodeType
return string

Placed public_oe property

public bool Placed
return bool

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int

Z public_oe property

public int Z
return int