Text¶
Namespace: WellFired.Profile.Unity.Runtime.ProfileProcessor.Visual
Implements: WellFired.Profile.ProfileProcessor.Visual.UI.IText
Description¶
Properties¶
| Color | Color { get; set; } |
| string | Content { get; set; } |
| int | FontSize { get; set; } |
| Vect2 | Position { get; set; } |
Public Properties¶
| float | TextWidth |
| float | TextHeight |
Public Methods¶
| void | Initialize ( ) |
| void | SetParent ( object parent ) |
| void | Rotate ( float angleInDegree ) |
Breakdown¶
- Color Color { get; set; }
- string Content { get; set; }
- int FontSize { get; set; }
- Vect2 Position { get; set; }
- float TextWidth
- float TextHeight
- void Initialize ( )
- void SetParent ( object parent )
- void Rotate ( float angleInDegree )