Property | Type | Description | |
---|---|---|---|
AvailableRect | |||
ButtomLeft | Point | ||
ButtomRight | Point | ||
ChangeFlagDrawBackground | System.Boolean | ||
DEST | |||
DrawCountPerCycle | int | ||
IntersectsEvents | List |
||
LevelBitmap | |||
MarioObject | |||
Objects | List |
||
SRC | |||
TopLeft | Point | ||
TopRight | Point | ||
Visitor_Check_Object_Enabled | |||
width | int |
Method | Description | |
---|---|---|
AcceptVisitor ( |
||
AddObject ( |
||
AddObject ( int x, int y, |
||
CheckLevelCollisions ( Object sender, |
||
Contains ( Point Src, |
||
Draw ( ) : void | ||
DrawBackground ( ) : void | ||
DrawBackground ( |
||
GetAvailableObjectRec ( ) : |
||
Intersects ( |
||
Level ( ) : System | ||
UpdateX ( int value ) : void | ||
UpdateY ( int value ) : void | ||
Update_ScreensX ( ) : void | ||
Update_ScreensY ( ) : void |
public AcceptVisitor ( |
||
V | ||
return | void |
public AddObject ( int x, int y, |
||
x | int | |
y | int | |
Object | ||
return | void |
public CheckLevelCollisions ( Object sender, |
||
sender | Object | |
e | ||
return | void |
public Contains ( Point Src, |
||
Src | Point | |
Dest | ||
return | System.Boolean |
public DrawBackground ( |
||
Rect | ||
return | void |
public GetAvailableObjectRec ( ) : |
||
return |
public Intersects ( |
||
SrcObject | ||
DestObject | ||
return | Collision |
public Rectangle,System.Drawing AvailableRect | ||
return |
public Boolean,System ChangeFlagDrawBackground | ||
return | System.Boolean |
public Bitmap,System.Drawing LevelBitmap | ||
return |
public Mario,MarioObjects.Objects.GameObjects MarioObject | ||
return |
public VisitorCheckObjectEnabled,MarioObjects.Objects.Patterns Visitor_Check_Object_Enabled | ||
return |