C# 클래스 Terraria.GameContent.Generation.TrackGenerator.TrackHistory

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

공개 프로퍼티들

프로퍼티 타입 설명
X short
Y short
YDirection byte

공개 메소드들

메소드 설명
TrackHistory ( int x, int y, int yDirection ) : Microsoft.Xna.Framework
TrackHistory ( short x, short y, byte yDirection ) : Microsoft.Xna.Framework

메소드 상세

TrackHistory() 공개 메소드

public TrackHistory ( int x, int y, int yDirection ) : Microsoft.Xna.Framework
x int
y int
yDirection int
리턴 Microsoft.Xna.Framework

TrackHistory() 공개 메소드

public TrackHistory ( short x, short y, byte yDirection ) : Microsoft.Xna.Framework
x short
y short
yDirection byte
리턴 Microsoft.Xna.Framework

프로퍼티 상세

X 공개적으로 프로퍼티

public short X
리턴 short

Y 공개적으로 프로퍼티

public short Y
리턴 short

YDirection 공개적으로 프로퍼티

public byte YDirection
리턴 byte