C# Class WaveEngine.Components.UI.SubTextInfo

Helper to TextControl component
Show file Open project: WaveEngine/Components

Public Properties

Property Type Description
Color System.Color
Size System.Vector2
Text string

Property Details

Color public property

The text
public Color,System Color
return System.Color

Size public property

The size
public Vector2,System Size
return System.Vector2

Text public property

The line text
public string Text
return string