Table of Contents

Class CFogVolume

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

Constructors

CFogVolume(nint)

public CFogVolume(nint pointer)

Parameters

pointer nint

Properties

ColorCorrectionName

[SchemaMember("CFogVolume", "m_colorCorrectionName")]
public string ColorCorrectionName { get; set; }

Property Value

string

Disabled

[SchemaMember("CFogVolume", "m_bDisabled")]
public ref bool Disabled { get; }

Property Value

bool

FogName

[SchemaMember("CFogVolume", "m_fogName")]
public string FogName { get; set; }

Property Value

string

InFogVolumesList

[SchemaMember("CFogVolume", "m_bInFogVolumesList")]
public ref bool InFogVolumesList { get; }

Property Value

bool

PostProcessName

[SchemaMember("CFogVolume", "m_postProcessName")]
public string PostProcessName { get; set; }

Property Value

string