Property | Type | Description | |
---|---|---|---|
active | System.Boolean | ||
relative | System.Boolean | ||
scrollX | float | ||
scrollY | float | ||
visible | System.Boolean | ||
x | float | ||
y | float |
Method | Description | |
---|---|---|
Graphic ( ) : System |
constructor
|
|
render ( Microsoft point, Microsoft camera ) : void |
Renders the graphic to the screen buffer.
|
|
update ( ) : void |
Updates the graphic.
|
public render ( Microsoft point, Microsoft camera ) : void | ||
point | Microsoft | The position to draw the graphic. |
camera | Microsoft | The camera offset. |
return | void |