Class CPointWorldText
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPointWorldText : CModelPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
object
CPointWorldText
- Implements
-
- Inherited Members
-
Constructors
CPointWorldText(nint)
public CPointWorldText(nint pointer)
Parameters
pointer
nint
Properties
BackgroundBorderHeight
[SchemaMember("CPointWorldText", "m_flBackgroundBorderHeight")]
public ref float BackgroundBorderHeight { get; }
Property Value
- float
BackgroundBorderWidth
[SchemaMember("CPointWorldText", "m_flBackgroundBorderWidth")]
public ref float BackgroundBorderWidth { get; }
Property Value
- float
BackgroundMaterialName
[SchemaMember("CPointWorldText", "m_BackgroundMaterialName")]
public string BackgroundMaterialName { get; set; }
Property Value
- string
BackgroundWorldToUV
[SchemaMember("CPointWorldText", "m_flBackgroundWorldToUV")]
public ref float BackgroundWorldToUV { get; }
Property Value
- float
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
DrawBackground
[SchemaMember("CPointWorldText", "m_bDrawBackground")]
public ref bool DrawBackground { get; }
Property Value
- bool
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