![]() |
|
公開メンバ関数 |
|
PercentGraph (Vector2 position, Vector2 size) | |
コンストラクタ
[詳解]
|
|
void | RegisterParameter (float totalValue, List< float > elements, List< Color > colors=null) |
表示に必要なパラメーターの追加
[詳解]
|
|
void | Draw () |
描画する
|
|
プロパティ |
|
Vector2 |
Position
[get, set]
|
表示位置
|
|
Yukar.Engine.PercentGraph.PercentGraph | ( | Vector2 | position, |
Vector2 | size | ||
) |
コンストラクタ
position | 位置 |
size | 大きさ |
void Yukar.Engine.PercentGraph.RegisterParameter | ( | float | totalValue, |
List< float > | elements, | ||
List< Color > |
colors
=
null |
||
) |
表示に必要なパラメーターの追加
totalValue | 合計値 |
elements | 要素 |
colors | 使いたい色 |