Class CEnvParticleGlow
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CEnvParticleGlow : CParticleSystem, IEquatable<CEntityInstance>
- Inheritance
-
objectCEnvParticleGlow
- 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
ColorTint
[SchemaMember("CEnvParticleGlow", "m_ColorTint")]
public Color ColorTint { get; set; }
Property Value
RadiusScale
[SchemaMember("CEnvParticleGlow", "m_flRadiusScale")]
public ref float RadiusScale { get; }
Property Value
SelfIllumScale
[SchemaMember("CEnvParticleGlow", "m_flSelfIllumScale")]
public ref float SelfIllumScale { get; }
Property Value
TextureOverride
[SchemaMember("CEnvParticleGlow", "m_hTextureOverride")]
public CStrongHandle<InfoForResourceTypeCTextureBase> TextureOverride { get; }