Class FusXFormText
Enables the scene renderer to treat GUI text differently.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public class FusXFormText : FusComponent, IComponent
Fields
Height
The height of the text.
Declaration
public float Height
Field Value
| Type | Description |
|---|---|
| System.Single |
HorizontalAlignment
Declaration
public FusHorizontalTextAlignment HorizontalAlignment
Field Value
| Type | Description |
|---|---|
| FusHorizontalTextAlignment |
VerticalAlignment
Declaration
public FusVerticalTextAlignment VerticalAlignment
Field Value
| Type | Description |
|---|---|
| FusVerticalTextAlignment |
Width
The width of the text.
Declaration
public float Width
Field Value
| Type | Description |
|---|---|
| System.Single |