ウィンドウタイプのイメージを描画するクラス
[詳解]
|
|
WindowDrawer
(Texture
window) |
|
void |
Update
() |
|
void |
Draw
(Vector2 position) |
|
void |
Draw
(Vector2 position, Vector2 windowSize) |
|
void |
Draw
(Vector2 position, Vector2 windowSize, Color windowColor) |
|
void |
Draw
(Vector2 position, Vector2 windowSize, Color windowColor, bool isSlider) |
|
void |
Draw
(Vector2 position, Vector2 windowSize, Vector2 edgeScale, Color windowColor, bool isSlider=false) |
|
void |
DrawString
(string text, Vector2 position) |
|
void |
DrawString
(int fontId, string text, Vector2 position, Color color) |
|
float |
GetScale
(Vector2 windowSize) |
|
Rectangle |
GetRectangle
(Vector2 position, Vector2 size) |
|
Vector2 |
GetRenderSize
(Vector2 size) |
|
|
Texture |
WindowResource
[get]
|
|
int |
paddingLeft
[get]
|
|
int |
paddingRight
[get]
|
|
int |
paddingTop
[get]
|
|
int |
paddingBottom
[get]
|
|
このクラス詳解は次のファイルから抽出されました: