Table of Contents

Class CLightGlow

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

Constructors

CLightGlow(nint)

public CLightGlow(nint pointer)

Parameters

pointer nint

Properties

GlowProxySize

[SchemaMember("CLightGlow", "m_flGlowProxySize")]
public ref float GlowProxySize { get; }

Property Value

float

HDRColorScale

[SchemaMember("CLightGlow", "m_flHDRColorScale")]
public ref float HDRColorScale { get; }

Property Value

float

HorizontalSize

[SchemaMember("CLightGlow", "m_nHorizontalSize")]
public ref uint HorizontalSize { get; }

Property Value

uint

MaxDist

[SchemaMember("CLightGlow", "m_nMaxDist")]
public ref uint MaxDist { get; }

Property Value

uint

MinDist

[SchemaMember("CLightGlow", "m_nMinDist")]
public ref uint MinDist { get; }

Property Value

uint

OuterMaxDist

[SchemaMember("CLightGlow", "m_nOuterMaxDist")]
public ref uint OuterMaxDist { get; }

Property Value

uint

VerticalSize

[SchemaMember("CLightGlow", "m_nVerticalSize")]
public ref uint VerticalSize { get; }

Property Value

uint