C# Class MarioObjects.LevelEditorObject

Show file Open project: jazzyjester/Mario-Game Class Usage Examples

Public Properties

Property Type Description
Checked System.Boolean
ImageCount int
ImageIndex int
ListIndex int
OT ObjectType
ParamInt int[]
ParamTypes object[]
Parambool bool[]
name string
width int
x int

Public Methods

Method Description
LevelEditorObject ( ) : System
LevelEditorObject ( LevelEditorObject tmp ) : System
LevelEditorObject ( int w, int h, int cnt, int ind, ObjectType o, object pt ) : System

Method Details

LevelEditorObject() public method

public LevelEditorObject ( ) : System
return System

LevelEditorObject() public method

public LevelEditorObject ( LevelEditorObject tmp ) : System
tmp LevelEditorObject
return System

LevelEditorObject() public method

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
return System

Property Details

Checked public property

public Boolean,System Checked
return System.Boolean

ImageCount public property

public int ImageCount
return int

ImageIndex public property

public int ImageIndex
return int

ListIndex public property

public int ListIndex
return int

OT public property

public ObjectType OT
return ObjectType

ParamInt public property

public int[] ParamInt
return int[]

ParamTypes public property

public object[] ParamTypes
return object[]

Parambool public property

public bool[] Parambool
return bool[]

name public property

public string name
return string

width public property

public int width
return int

x public property

public int x
return int