C# Class Mnetsynt2.Node

ファイルを表示 Open project: Gl237man/mineroute Class Usage Examples

Public Properties

Property Type Description
NodeName string
NodeType string
mcNode RouteUtils.Node
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

NodeName public_oe property

public string NodeName
return string

NodeType public_oe property

public string NodeType
return string

mcNode public_oe property

public RouteUtils.Node mcNode
return RouteUtils.Node

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