Class XFormText
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.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public class XFormText : SceneComponent, IComponent
Fields
Height
The height of the text.
Declaration
public float Height
Field Value
Type | Description |
---|---|
System.Single |
HorizontalAlignment
Declaration
public HorizontalTextAlignment HorizontalAlignment
Field Value
Type | Description |
---|---|
HorizontalTextAlignment |
VerticalAlignment
Declaration
public VerticalTextAlignment VerticalAlignment
Field Value
Type | Description |
---|---|
VerticalTextAlignment |
Width
The width of the text.
Declaration
public float Width
Field Value
Type | Description |
---|---|
System.Single |