메소드 | 설명 | |
---|---|---|
PrototypeSprite ( float width, float height ) : Microsoft.Xna.Framework | ||
render ( |
||
setHeight ( float height ) : |
sets the height of the sprite
|
|
setSkew ( float skewTopX, float skewBottomX, float skewLeftY, float skewRightY ) : |
sets the skew values for the sprite
|
|
setWidth ( float width ) : |
sets the width of the sprite
|
public PrototypeSprite ( float width, float height ) : Microsoft.Xna.Framework | ||
width | float | |
height | float | |
리턴 | Microsoft.Xna.Framework |
public render ( |
||
graphics | ||
camera | ||
리턴 | void |
public setHeight ( float height ) : |
||
height | float | Height. |
리턴 |
public setSkew ( float skewTopX, float skewBottomX, float skewLeftY, float skewRightY ) : |
||
skewTopX | float | Skew top x. |
skewBottomX | float | Skew bottom x. |
skewLeftY | float | Skew left y. |
skewRightY | float | Skew right y. |
리턴 |
public setWidth ( float width ) : |
||
width | float | Width. |
리턴 |