C# 클래스 Terraria.HitTile.HitTileObject

파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X int
Y int
crackStyle int
damage int
timeToLive int
type int

공개 메소드들

메소드 설명
Clear ( ) : void
HitTileObject ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

HitTileObject() 공개 메소드

public HitTileObject ( ) : System
리턴 System

프로퍼티 상세

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int

crackStyle 공개적으로 프로퍼티

public int crackStyle
리턴 int

damage 공개적으로 프로퍼티

public int damage
리턴 int

timeToLive 공개적으로 프로퍼티

public int timeToLive
리턴 int

type 공개적으로 프로퍼티

public int type
리턴 int