C# 클래스 winmaped2.MapChr

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

공개 프로퍼티들

프로퍼티 타입 설명
FrameCount int
FrameWidth int
HotspotWidth int
HotspotX int
ID int
IdleFrameDown int
ImageData byte[]
MoveScripts string[]
Name string
bImageAvailable bool

공개 메소드들

메소드 설명
Clone ( ) : MapChr
ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : MapChr
리턴 MapChr

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

FrameCount 공개적으로 프로퍼티

public int FrameCount
리턴 int

FrameWidth 공개적으로 프로퍼티

public int FrameWidth
리턴 int

HotspotWidth 공개적으로 프로퍼티

public int HotspotWidth
리턴 int

HotspotX 공개적으로 프로퍼티

public int HotspotX
리턴 int

ID 공개적으로 프로퍼티

public int ID
리턴 int

IdleFrameDown 공개적으로 프로퍼티

public int IdleFrameDown
리턴 int

ImageData 공개적으로 프로퍼티

public byte[] ImageData
리턴 byte[]

MoveScripts 공개적으로 프로퍼티

public string[] MoveScripts
리턴 string[]

Name 공개적으로 프로퍼티

public string Name
리턴 string

bImageAvailable 공개적으로 프로퍼티

public bool bImageAvailable
리턴 bool