Property | Type | Description | |
---|---|---|---|
Dir | double | ||
MarioOn | System.Boolean | ||
MaxDistance | int | ||
StartPosition | int | ||
Type | MovingType |
Method | Description | |
---|---|---|
BlockMoving ( int x, int y, int Distance, MovingType T, System.Boolean Start ) : System | ||
Draw ( ) : void | ||
GetLEObject ( ) : LevelEditorObject | ||
Intersection_None ( ) : void | ||
OnMove ( Object sender, |
||
SetLEObject ( LevelEditorObject le ) : |
public BlockMoving ( int x, int y, int Distance, MovingType T, System.Boolean Start ) : System | ||
x | int | |
y | int | |
Distance | int | |
T | MovingType | |
Start | System.Boolean | |
return | System |
public static GetLEObject ( ) : LevelEditorObject | ||
return | LevelEditorObject |
public OnMove ( Object sender, |
||
sender | Object | |
e | ||
return | void |
public static SetLEObject ( LevelEditorObject le ) : |
||
le | LevelEditorObject | |
return |