Property | Type | Description | |
---|---|---|---|
angle | double | ||
skewX | double | ||
skewY | double | ||
spriteScale | double |
Method | Description | |
---|---|---|
Move ( int mouseX, int mouseY ) : bool | ||
OnDraw ( |
Method | Description | |
---|---|---|
UpdateTransform ( double width, double height, double x, double y ) : void |
public Move ( int mouseX, int mouseY ) : bool | ||
mouseX | int | |
mouseY | int | |
return | bool |
public OnDraw ( |
||
graphics2D | ||
return | void |
protected UpdateTransform ( double width, double height, double x, double y ) : void | ||
width | double | |
height | double | |
x | double | |
y | double | |
return | void |