Table of Contents

Class CPointWorldText

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPointWorldText : CModelPointEntity, IEquatable<CEntityInstance>
Inheritance
CPointWorldText
Implements
Inherited Members

Constructors

CPointWorldText(nint)

public CPointWorldText(nint pointer)

Parameters

pointer nint

Properties

Color

[SchemaMember("CPointWorldText", "m_Color")]
public Color Color { get; set; }

Property Value

Color

DepthOffset

[SchemaMember("CPointWorldText", "m_flDepthOffset")]
public ref float DepthOffset { get; }

Property Value

float

Enabled

[SchemaMember("CPointWorldText", "m_bEnabled")]
public ref bool Enabled { get; }

Property Value

bool

FontName

[SchemaMember("CPointWorldText", "m_FontName")]
public string FontName { get; set; }

Property Value

string

FontSize

[SchemaMember("CPointWorldText", "m_flFontSize")]
public ref float FontSize { get; }

Property Value

float

Fullbright

[SchemaMember("CPointWorldText", "m_bFullbright")]
public ref bool Fullbright { get; }

Property Value

bool

JustifyHorizontal

[SchemaMember("CPointWorldText", "m_nJustifyHorizontal")]
public ref PointWorldTextJustifyHorizontal_t JustifyHorizontal { get; }

Property Value

PointWorldTextJustifyHorizontal_t

JustifyVertical

[SchemaMember("CPointWorldText", "m_nJustifyVertical")]
public ref PointWorldTextJustifyVertical_t JustifyVertical { get; }

Property Value

PointWorldTextJustifyVertical_t

MessageText

[SchemaMember("CPointWorldText", "m_messageText")]
public string MessageText { get; set; }

Property Value

string

ReorientMode

[SchemaMember("CPointWorldText", "m_nReorientMode")]
public ref PointWorldTextReorientMode_t ReorientMode { get; }

Property Value

PointWorldTextReorientMode_t

WorldUnitsPerPx

[SchemaMember("CPointWorldText", "m_flWorldUnitsPerPx")]
public ref float WorldUnitsPerPx { get; }

Property Value

float