Table of Contents

Class hudtextparms_t

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class hudtextparms_t : NativeObject
Inheritance
hudtextparms_t
Inherited Members

Constructors

hudtextparms_t(nint)

public hudtextparms_t(nint pointer)

Parameters

pointer nint

Properties

Channel

[SchemaMember("hudtextparms_t", "channel")]
public ref byte Channel { get; }

Property Value

byte

Color1

[SchemaMember("hudtextparms_t", "color1")]
public Color Color1 { get; set; }

Property Value

Color

Color2

[SchemaMember("hudtextparms_t", "color2")]
public Color Color2 { get; set; }

Property Value

Color

Effect

[SchemaMember("hudtextparms_t", "effect")]
public ref byte Effect { get; }

Property Value

byte

X

[SchemaMember("hudtextparms_t", "x")]
public ref float X { get; }

Property Value

float

Y

[SchemaMember("hudtextparms_t", "y")]
public ref float Y { get; }

Property Value

float