Table of Contents

Class CEnvParticleGlow

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

Constructors

CEnvParticleGlow(nint)

public CEnvParticleGlow(nint pointer)

Parameters

pointer nint

Properties

AlphaScale

[SchemaMember("CEnvParticleGlow", "m_flAlphaScale")]
public ref float AlphaScale { get; }

Property Value

float

ColorTint

[SchemaMember("CEnvParticleGlow", "m_ColorTint")]
public Color ColorTint { get; set; }

Property Value

Color

RadiusScale

[SchemaMember("CEnvParticleGlow", "m_flRadiusScale")]
public ref float RadiusScale { get; }

Property Value

float

SelfIllumScale

[SchemaMember("CEnvParticleGlow", "m_flSelfIllumScale")]
public ref float SelfIllumScale { get; }

Property Value

float

TextureOverride

[SchemaMember("CEnvParticleGlow", "m_hTextureOverride")]
public CStrongHandle<InfoForResourceTypeCTextureBase> TextureOverride { get; }

Property Value

CStrongHandle<InfoForResourceTypeCTextureBase>