Table of Contents

Struct TextRenderer.TextRenderRequest

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

Text rendering parameters.

public struct TextRenderer.TextRenderRequest

Inherited Members

Constructors

TextRenderRequest()

Text rendering parameters.

public TextRenderRequest()

Properties

CenterHorizontal

public bool CenterHorizontal { readonly get; init; }

Property Value

bool

CenterVertical

public bool CenterVertical { readonly get; init; }

Property Value

bool

Color

public Color32 Color { readonly get; init; }

Property Value

Color32

Scale

public float Scale { readonly get; set; }

Property Value

float

Text

public required string Text { readonly get; init; }

Property Value

string

TextOffset

public Vector2 TextOffset { readonly get; init; }

Property Value

Vector2

X

public float X { readonly get; set; }

Property Value

float

Y

public float Y { readonly get; set; }

Property Value

float