Class Text
A wrapper class for AdminToys.TextToy.
public class Text : AdminToy, IWorldSpace, IPosition, IRotation, IWrapper<TextToy>
- Inheritance
-
Text
- Implements
-
IWrapper<TextToy>
- Inherited Members
- Extension Methods
Properties
Base
Gets the base AdminToys.TextToy.
public TextToy Base { get; }
Property Value
- TextToy
DisplaySize
Gets or sets the size of the Display Size of the Text.
public Vector2 DisplaySize { get; set; }
Property Value
- Vector2
Prefab
Gets the prefab.
public static TextToy Prefab { get; }
Property Value
- TextToy
TextFormat
Gets or sets the Text shown.
public string TextFormat { get; set; }