C# 클래스 PGMEBackend.Entities.Entity

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 프로퍼티들

프로퍼티 타입 설명
height byte
offset int
originROM Nintenlord.ROMHacking.GBA.GBAROM
rawData byte[]
rawDataOrig byte[]
scriptOffset int
xPos short
yPos short

공개 메소드들

메소드 설명
Entity ( ) : System
Entity ( int Offset, GBAROM ROM ) : System
Entity ( short x, short y ) : System
GetEnum ( ) : EntityType
LoadDataFromRaw ( ) : void
WriteDataToRaw ( ) : void

메소드 상세

Entity() 공개 메소드

public Entity ( ) : System
리턴 System

Entity() 공개 메소드

public Entity ( int Offset, GBAROM ROM ) : System
Offset int
ROM Nintenlord.ROMHacking.GBA.GBAROM
리턴 System

Entity() 공개 메소드

public Entity ( short x, short y ) : System
x short
y short
리턴 System

GetEnum() 공개 추상적인 메소드

public abstract GetEnum ( ) : EntityType
리턴 EntityType

LoadDataFromRaw() 공개 추상적인 메소드

public abstract LoadDataFromRaw ( ) : void
리턴 void

WriteDataToRaw() 공개 추상적인 메소드

public abstract WriteDataToRaw ( ) : void
리턴 void

프로퍼티 상세

height 공개적으로 프로퍼티

public byte height
리턴 byte

offset 공개적으로 프로퍼티

public int offset
리턴 int

originROM 공개적으로 프로퍼티

public GBAROM,Nintenlord.ROMHacking.GBA originROM
리턴 Nintenlord.ROMHacking.GBA.GBAROM

rawData 공개적으로 프로퍼티

public byte[] rawData
리턴 byte[]

rawDataOrig 공개적으로 프로퍼티

public byte[] rawDataOrig
리턴 byte[]

scriptOffset 공개적으로 프로퍼티

public int scriptOffset
리턴 int

xPos 공개적으로 프로퍼티

public short xPos
리턴 short

yPos 공개적으로 프로퍼티

public short yPos
리턴 short