C# Class MarioObjects.LevelEditorObject

Afficher le fichier Open project: jazzyjester/Mario-Game Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public LevelEditorObject ( ) : System
Résultat System

LevelEditorObject() public méthode

public LevelEditorObject ( LevelEditorObject tmp ) : System
tmp LevelEditorObject
Résultat System

LevelEditorObject() public méthode

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
Résultat System

Property Details

Checked public_oe property

public Boolean,System Checked
Résultat System.Boolean

ImageCount public_oe property

public int ImageCount
Résultat int

ImageIndex public_oe property

public int ImageIndex
Résultat int

ListIndex public_oe property

public int ListIndex
Résultat int

OT public_oe property

public ObjectType OT
Résultat ObjectType

ParamInt public_oe property

public int[] ParamInt
Résultat int[]

ParamTypes public_oe property

public object[] ParamTypes
Résultat object[]

Parambool public_oe property

public bool[] Parambool
Résultat bool[]

name public_oe property

public string name
Résultat string

width public_oe property

public int width
Résultat int

x public_oe property

public int x
Résultat int