Property | Type | Description | |
---|---|---|---|
dimension | int | ||
userData | object |
Method | Description | |
---|---|---|
FillRect ( System.Color color, int x, int y, int width, int height ) : void | ||
FillScreen ( System.Color color ) : void | ||
Image ( String name, int x, int y, int sourceX, int sourceY, int w = SCREEN_WIDTH, int h = SCREEN_HEIGHT, int scale = 1, int rotation ) : void | ||
OnButtonPress ( ) : void | ||
OnFlip ( ) : void | ||
OnMove ( ) : void | ||
OnRotateCCW ( ) : void | ||
OnRotateCW ( ) : void | ||
OnShakeStarted ( ) : void | ||
OnShakeStopped ( int duration ) : void | ||
OnTilt ( Side direction ) : void | ||
Paint ( ) : void |
public FillRect ( System.Color color, int x, int y, int width, int height ) : void | ||
color | System.Color | |
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public FillScreen ( System.Color color ) : void | ||
color | System.Color | |
return | void |
public Image ( String name, int x, int y, int sourceX, int sourceY, int w = SCREEN_WIDTH, int h = SCREEN_HEIGHT, int scale = 1, int rotation ) : void | ||
name | String | |
x | int | |
y | int | |
sourceX | int | |
sourceY | int | |
w | int | |
h | int | |
scale | int | |
rotation | int | |
return | void |
public OnShakeStopped ( int duration ) : void | ||
duration | int | |
return | void |