C# Class SBBIN2mcr.StarboundWire

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

Public Properties

Property Type Description
Endx int
Endy int
Startx int
Starty int
endx int
endy int
startx int
starty int

Public Methods

Method Description
StarboundWire ( ) : System
StarboundWire ( string fromstr ) : System
ToString ( ) : string

Method Details

StarboundWire() public method

public StarboundWire ( ) : System
return System

StarboundWire() public method

public StarboundWire ( string fromstr ) : System
fromstr string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Endx public_oe property

public int Endx
return int

Endy public_oe property

public int Endy
return int

Startx public_oe property

public int Startx
return int

Starty public_oe property

public int Starty
return int

endx public_oe property

public int endx
return int

endy public_oe property

public int endy
return int

startx public_oe property

public int startx
return int

starty public_oe property

public int starty
return int