TextRenderComponent.md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework
TextRenderComponent Class
Renders text in the world
public class TextRenderComponent : UnrealEngine.Framework.PrimitiveComponent
Inheritance System.Object ๐ก ActorComponent ๐ก SceneComponent ๐ก PrimitiveComponent ๐ก TextRenderComponent
Constructors
Methods
- SetFont(UnrealEngine.Framework.Font)
- SetHorizontalAlignment(UnrealEngine.Framework.HorizontalTextAligment)
- SetHorizontalSpacingAdjustment(float)
- SetScale(System.Numerics.Vector2)
- SetText(string)
- SetTextMaterial(UnrealEngine.Framework.MaterialInterface)
- SetTextRenderColor(System.Drawing.Color)
- SetVerticalAlignment(UnrealEngine.Framework.VerticalTextAligment)
- SetVerticalSpacingAdjustment(float)
- SetWorldSize(float)