Marquee class for scrolling when the width of the description field string is not enough More...
Public Member Functions | |
TelopPosition (float velocity, float waitTime, float telopFrameWidth, string telopText, float telopTextScale, TextDrawer textDrawer) | |
TelopPosition (Vector2 velocity, float waitTime, Vector2 telopFrameSize, string telopText, float telopTextScale, TextDrawer textDrawer, TextDrawer.HorizontalAlignment horizontalAlignment, TextDrawer.VerticalAlignment verticalAlignment) | |
Vector2 | GetPositionConsiderHorizontalAlignment () |
void | SetTelopParameter (float velocity, float waitTime, float telopFrameWidth, string telopText, float telopTextScale, TextDrawer textDrawer) |
void | SetTelopParameter (Vector2 velocity, float waitTime, Vector2 telopFrameSize, string telopText, float telopTextScale, TextDrawer textDrawer, TextDrawer.HorizontalAlignment horizontalAlignment) |
void | Update (float elapsedTime) |
void | UpdateTelopText (float elapsedTime) |
Properties | |
Vector2 | Position [get] |
Marquee class for scrolling when the width of the description field string is not enough
Yukar.Engine.TelopPosition.TelopPosition | ( | float | velocity, |
float | waitTime, | ||
float | telopFrameWidth, | ||
string | telopText, | ||
float | telopTextScale, | ||
TextDrawer | textDrawer | ||
) |
Yukar.Engine.TelopPosition.TelopPosition | ( | Vector2 | velocity, |
float | waitTime, | ||
Vector2 | telopFrameSize, | ||
string | telopText, | ||
float | telopTextScale, | ||
TextDrawer | textDrawer, | ||
TextDrawer.HorizontalAlignment | horizontalAlignment, | ||
TextDrawer.VerticalAlignment | verticalAlignment | ||
) |
Vector2 Yukar.Engine.TelopPosition.GetPositionConsiderHorizontalAlignment | ( | ) |
void Yukar.Engine.TelopPosition.SetTelopParameter | ( | float | velocity, |
float | waitTime, | ||
float | telopFrameWidth, | ||
string | telopText, | ||
float | telopTextScale, | ||
TextDrawer | textDrawer | ||
) |
void Yukar.Engine.TelopPosition.SetTelopParameter | ( | Vector2 | velocity, |
float | waitTime, | ||
Vector2 | telopFrameSize, | ||
string | telopText, | ||
float | telopTextScale, | ||
TextDrawer | textDrawer, | ||
TextDrawer.HorizontalAlignment | horizontalAlignment | ||
) |
void Yukar.Engine.TelopPosition.Update | ( | float | elapsedTime | ) |
void Yukar.Engine.TelopPosition.UpdateTelopText | ( | float | elapsedTime | ) |
|
get |