C# Class MarioObjects.LevelEditorObject

Exibir arquivo 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_oe property

public Boolean,System Checked
return System.Boolean

ImageCount public_oe property

public int ImageCount
return int

ImageIndex public_oe property

public int ImageIndex
return int

ListIndex public_oe property

public int ListIndex
return int

OT public_oe property

public ObjectType OT
return ObjectType

ParamInt public_oe property

public int[] ParamInt
return int[]

ParamTypes public_oe property

public object[] ParamTypes
return object[]

Parambool public_oe property

public bool[] Parambool
return bool[]

name public_oe property

public string name
return string

width public_oe property

public int width
return int

x public_oe property

public int x
return int