C# 클래스 winmaped2.MapEntity

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

공개 프로퍼티들

프로퍼티 타입 설명
ActivationMode int
AutoFace int
BottomLineFrame int
Chr MapChr
ChrName string
Description string
Facing int
ID int
IsObstruction int
MapChrIndex int
MoveScript string
MoveType int
Moving int
ObeyObstruction int
Reset int
SpecialFrameSet int
Speed int
TileX int
TileY int
UserData int[]
WanderRectangle Rect
WanderSteps int
__movescript int
onActivate string

공개 메소드들

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : MapEntity
리턴 MapEntity

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ActivationMode 공개적으로 프로퍼티

public int ActivationMode
리턴 int

AutoFace 공개적으로 프로퍼티

public int AutoFace
리턴 int

BottomLineFrame 공개적으로 프로퍼티

public int BottomLineFrame
리턴 int

Chr 공개적으로 프로퍼티

public MapChr,winmaped2 Chr
리턴 MapChr

ChrName 공개적으로 프로퍼티

public string ChrName
리턴 string

Description 공개적으로 프로퍼티

public string Description
리턴 string

Facing 공개적으로 프로퍼티

public int Facing
리턴 int

ID 공개적으로 프로퍼티

public int ID
리턴 int

IsObstruction 공개적으로 프로퍼티

public int IsObstruction
리턴 int

MapChrIndex 공개적으로 프로퍼티

public int MapChrIndex
리턴 int

MoveScript 공개적으로 프로퍼티

public string MoveScript
리턴 string

MoveType 공개적으로 프로퍼티

public int MoveType
리턴 int

Moving 공개적으로 프로퍼티

public int Moving
리턴 int

ObeyObstruction 공개적으로 프로퍼티

public int ObeyObstruction
리턴 int

Reset 공개적으로 프로퍼티

public int Reset
리턴 int

SpecialFrameSet 공개적으로 프로퍼티

public int SpecialFrameSet
리턴 int

Speed 공개적으로 프로퍼티

public int Speed
리턴 int

TileX 공개적으로 프로퍼티

public int TileX
리턴 int

TileY 공개적으로 프로퍼티

public int TileY
리턴 int

UserData 공개적으로 프로퍼티

public int[] UserData
리턴 int[]

WanderRectangle 공개적으로 프로퍼티

public Rect,winmaped2 WanderRectangle
리턴 Rect

WanderSteps 공개적으로 프로퍼티

public int WanderSteps
리턴 int

__movescript 공개적으로 프로퍼티

public int __movescript
리턴 int

onActivate 공개적으로 프로퍼티

public string onActivate
리턴 string