Show / Hide Table of Contents

Class XFormText

Enables the scene renderer to treat GUI text differently.

Inheritance
System.Object
SceneComponent
XFormText
Implements
IComponent
Inherited Members
SceneComponent.Name
SceneComponent.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.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

The HorizontalTextAlignment.

Declaration
public HorizontalTextAlignment HorizontalAlignment
Field Value
Type Description
HorizontalTextAlignment

VerticalAlignment

The VerticalTextAlignment.

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

Implements

IComponent
Generated by DocFX
GitHub Repo
Back to top