Class CEnvSky
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CEnvSky : CBaseModelEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCEnvSky
- 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
Enabled
[SchemaMember("CEnvSky", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
FogMaxEnd
[SchemaMember("CEnvSky", "m_flFogMaxEnd")]
public ref float FogMaxEnd { get; }
Property Value
FogMaxStart
[SchemaMember("CEnvSky", "m_flFogMaxStart")]
public ref float FogMaxStart { get; }
Property Value
FogMinEnd
[SchemaMember("CEnvSky", "m_flFogMinEnd")]
public ref float FogMinEnd { get; }
Property Value
FogMinStart
[SchemaMember("CEnvSky", "m_flFogMinStart")]
public ref float FogMinStart { get; }
Property Value
FogType
[SchemaMember("CEnvSky", "m_nFogType")]
public ref int FogType { get; }
Property Value
SkyMaterial
[SchemaMember("CEnvSky", "m_hSkyMaterial")]
public CStrongHandle<InfoForResourceTypeIMaterial2> SkyMaterial { get; }
Property Value
SkyMaterialLightingOnly
[SchemaMember("CEnvSky", "m_hSkyMaterialLightingOnly")]
public CStrongHandle<InfoForResourceTypeIMaterial2> SkyMaterialLightingOnly { get; }
Property Value
StartDisabled
[SchemaMember("CEnvSky", "m_bStartDisabled")]
public ref bool StartDisabled { get; }
Property Value
TintColor
[SchemaMember("CEnvSky", "m_vTintColor")]
public Color TintColor { get; set; }
Property Value
TintColorLightingOnly
[SchemaMember("CEnvSky", "m_vTintColorLightingOnly")]
public Color TintColorLightingOnly { get; set; }