C# Class TEditXNA.Terraria.Tile

Afficher le fichier Open project: TEdit/Terraria-Map-Editor Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( Tile other ) : bool

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Equals() protected méthode

protected Equals ( Tile other ) : bool
other Tile
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsChest() public static méthode

public static IsChest ( int tileType ) : bool
tileType int
Résultat bool

IsSign() public static méthode

public static IsSign ( int tileType ) : bool
tileType int
Résultat bool

IsTileEntity() public static méthode

public static IsTileEntity ( int tileType ) : bool
tileType int
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Actuator public_oe property

public bool Actuator
Résultat bool

BrickStyle public_oe property

public BrickStyle BrickStyle
Résultat BrickStyle

Empty public_oe static_oe property

public static Tile,TEditXNA.Terraria Empty
Résultat Tile

InActive public_oe property

public bool InActive
Résultat bool

IsActive public_oe property

public bool IsActive
Résultat bool

LiquidAmount public_oe property

public byte LiquidAmount
Résultat byte

LiquidType public_oe property

public LiquidType LiquidType
Résultat LiquidType

TileColor public_oe property

public byte TileColor
Résultat byte

Type public_oe property

public ushort Type
Résultat ushort

U public_oe property

public Int16,System U
Résultat System.Int16

Wall public_oe property

public byte Wall
Résultat byte

WallColor public_oe property

public byte WallColor
Résultat byte

WireBlue public_oe property

public bool WireBlue
Résultat bool

WireGreen public_oe property

public bool WireGreen
Résultat bool

WireRed public_oe property

public bool WireRed
Résultat bool

WireYellow public_oe property

public bool WireYellow
Résultat bool