C# Class TEditXNA.Terraria.Tile

Datei anzeigen Open project: TEdit/Terraria-Map-Editor Class Usage Examples

Public Properties

Property Type Description
Actuator bool
BrickStyle BrickStyle
Empty Tile
InActive bool
IsActive bool
LiquidAmount byte
LiquidType LiquidType
TileColor byte
Type ushort
U System.Int16
Wall byte
WallColor byte
WireBlue bool
WireGreen bool
WireRed bool
WireYellow bool

Public Methods

Method Description
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsChest ( int tileType ) : bool
IsSign ( int tileType ) : bool
IsTileEntity ( int tileType ) : bool
Reset ( ) : void
operator ( ) : bool

Protected Methods

Method Description
Equals ( Tile other ) : bool

Method Details

Clone() public method

public Clone ( ) : object
return object

Equals() protected method

protected Equals ( Tile other ) : bool
other Tile
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsChest() public static method

public static IsChest ( int tileType ) : bool
tileType int
return bool

IsSign() public static method

public static IsSign ( int tileType ) : bool
tileType int
return bool

IsTileEntity() public static method

public static IsTileEntity ( int tileType ) : bool
tileType int
return bool

Reset() public method

public Reset ( ) : void
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Actuator public_oe property

public bool Actuator
return bool

BrickStyle public_oe property

public BrickStyle BrickStyle
return BrickStyle

Empty public_oe static_oe property

public static Tile,TEditXNA.Terraria Empty
return Tile

InActive public_oe property

public bool InActive
return bool

IsActive public_oe property

public bool IsActive
return bool

LiquidAmount public_oe property

public byte LiquidAmount
return byte

LiquidType public_oe property

public LiquidType LiquidType
return LiquidType

TileColor public_oe property

public byte TileColor
return byte

Type public_oe property

public ushort Type
return ushort

U public_oe property

public Int16,System U
return System.Int16

Wall public_oe property

public byte Wall
return byte

WallColor public_oe property

public byte WallColor
return byte

WireBlue public_oe property

public bool WireBlue
return bool

WireGreen public_oe property

public bool WireGreen
return bool

WireRed public_oe property

public bool WireRed
return bool

WireYellow public_oe property

public bool WireYellow
return bool