Show / Hide Table of Contents

Class FusXFormText

Enables the scene renderer to treat GUI text differently.

Inheritance
System.Object
FusComponent
FusXFormText
Implements
IComponent
Inherited Members
FusComponent.Name
FusComponent.Active
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

The FusHorizontalTextAlignment.

Declaration
public FusHorizontalTextAlignment HorizontalAlignment
Field Value
Type Description
FusHorizontalTextAlignment

VerticalAlignment

The FusVerticalTextAlignment.

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

Implements

IComponent
Generated by DocFX
GitHub Repo
Back to top