C# 클래스 MarioObjects.LevelEditorObject

파일 보기 프로젝트 열기: jazzyjester/Mario-Game 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Checked System.Boolean
ImageCount int
ImageIndex int
ListIndex int
OT ObjectType
ParamInt int[]
ParamTypes object[]
Parambool bool[]
name string
width int
x int

공개 메소드들

메소드 설명
LevelEditorObject ( ) : System
LevelEditorObject ( LevelEditorObject tmp ) : System
LevelEditorObject ( int w, int h, int cnt, int ind, ObjectType o, object pt ) : System

메소드 상세

LevelEditorObject() 공개 메소드

public LevelEditorObject ( ) : System
리턴 System

LevelEditorObject() 공개 메소드

public LevelEditorObject ( LevelEditorObject tmp ) : System
tmp LevelEditorObject
리턴 System

LevelEditorObject() 공개 메소드

public LevelEditorObject ( int w, int h, int cnt, int ind, ObjectType o, object pt ) : System
w int
h int
cnt int
ind int
o ObjectType
pt object
리턴 System

프로퍼티 상세

Checked 공개적으로 프로퍼티

public Boolean,System Checked
리턴 System.Boolean

ImageCount 공개적으로 프로퍼티

public int ImageCount
리턴 int

ImageIndex 공개적으로 프로퍼티

public int ImageIndex
리턴 int

ListIndex 공개적으로 프로퍼티

public int ListIndex
리턴 int

OT 공개적으로 프로퍼티

public ObjectType OT
리턴 ObjectType

ParamInt 공개적으로 프로퍼티

public int[] ParamInt
리턴 int[]

ParamTypes 공개적으로 프로퍼티

public object[] ParamTypes
리턴 object[]

Parambool 공개적으로 프로퍼티

public bool[] Parambool
리턴 bool[]

name 공개적으로 프로퍼티

public string name
리턴 string

width 공개적으로 프로퍼티

public int width
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int