Class CEnvSky
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CEnvSky : CBaseModelEntity, IEquatable<CEntityInstance>
- Inheritance
-
object
CEnvSky
- Implements
-
- Inherited Members
-
Constructors
CEnvSky(nint)
public CEnvSky(nint pointer)
Parameters
pointer
nint
Properties
BrightnessScale
[SchemaMember("CEnvSky", "m_flBrightnessScale")]
public ref float BrightnessScale { get; }
Property Value
- float
Enabled
[SchemaMember("CEnvSky", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
- bool
FogMaxEnd
[SchemaMember("CEnvSky", "m_flFogMaxEnd")]
public ref float FogMaxEnd { get; }
Property Value
- float
FogMaxStart
[SchemaMember("CEnvSky", "m_flFogMaxStart")]
public ref float FogMaxStart { get; }
Property Value
- float
FogMinEnd
[SchemaMember("CEnvSky", "m_flFogMinEnd")]
public ref float FogMinEnd { get; }
Property Value
- float
FogMinStart
[SchemaMember("CEnvSky", "m_flFogMinStart")]
public ref float FogMinStart { get; }
Property Value
- float
FogType
[SchemaMember("CEnvSky", "m_nFogType")]
public ref int FogType { get; }
Property Value
- int
SkyMaterial
[SchemaMember("CEnvSky", "m_hSkyMaterial")]
public CStrongHandle<InfoForResourceTypeIMaterial2> SkyMaterial { get; }
Property Value
- CStrongHandle<InfoForResourceTypeIMaterial2>
SkyMaterialLightingOnly
[SchemaMember("CEnvSky", "m_hSkyMaterialLightingOnly")]
public CStrongHandle<InfoForResourceTypeIMaterial2> SkyMaterialLightingOnly { get; }
Property Value
- CStrongHandle<InfoForResourceTypeIMaterial2>
StartDisabled
[SchemaMember("CEnvSky", "m_bStartDisabled")]
public ref bool StartDisabled { get; }
Property Value
- bool
TintColor
[SchemaMember("CEnvSky", "m_vTintColor")]
public Color TintColor { get; set; }
Property Value
- Color
TintColorLightingOnly
[SchemaMember("CEnvSky", "m_vTintColorLightingOnly")]
public Color TintColorLightingOnly { get; set; }
Property Value
- Color