C# 클래스 TEditXNA.Terraria.Tile

파일 보기 프로젝트 열기: TEdit/Terraria-Map-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Clone ( ) : object
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsChest ( int tileType ) : bool
IsSign ( int tileType ) : bool
IsTileEntity ( int tileType ) : bool
Reset ( ) : void
operator ( ) : bool

보호된 메소드들

메소드 설명
Equals ( Tile other ) : bool

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Equals() 보호된 메소드

protected Equals ( Tile other ) : bool
other Tile
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsChest() 공개 정적인 메소드

public static IsChest ( int tileType ) : bool
tileType int
리턴 bool

IsSign() 공개 정적인 메소드

public static IsSign ( int tileType ) : bool
tileType int
리턴 bool

IsTileEntity() 공개 정적인 메소드

public static IsTileEntity ( int tileType ) : bool
tileType int
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Actuator 공개적으로 프로퍼티

public bool Actuator
리턴 bool

BrickStyle 공개적으로 프로퍼티

public BrickStyle BrickStyle
리턴 BrickStyle

Empty 공개적으로 정적으로 프로퍼티

public static Tile,TEditXNA.Terraria Empty
리턴 Tile

InActive 공개적으로 프로퍼티

public bool InActive
리턴 bool

IsActive 공개적으로 프로퍼티

public bool IsActive
리턴 bool

LiquidAmount 공개적으로 프로퍼티

public byte LiquidAmount
리턴 byte

LiquidType 공개적으로 프로퍼티

public LiquidType LiquidType
리턴 LiquidType

TileColor 공개적으로 프로퍼티

public byte TileColor
리턴 byte

Type 공개적으로 프로퍼티

public ushort Type
리턴 ushort

U 공개적으로 프로퍼티

public Int16,System U
리턴 System.Int16

Wall 공개적으로 프로퍼티

public byte Wall
리턴 byte

WallColor 공개적으로 프로퍼티

public byte WallColor
리턴 byte

WireBlue 공개적으로 프로퍼티

public bool WireBlue
리턴 bool

WireGreen 공개적으로 프로퍼티

public bool WireGreen
리턴 bool

WireRed 공개적으로 프로퍼티

public bool WireRed
리턴 bool

WireYellow 공개적으로 프로퍼티

public bool WireYellow
리턴 bool