SwiftlyS2

CEnvCubemapFog

Interface CEnvCubemapFog

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CEnvCubemapFog : CBaseEntity, CEntityInstance, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CEnvCubemapFog>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

Active

ref bool Active { get; }
Property Value

CubemapSourceType

ref int CubemapSourceType { get; }
Property Value

EndDistance

ref float EndDistance { get; }
Property Value

FirstTime

ref bool FirstTime { get; }
Property Value

FogCubemapTexture

ref CStrongHandle<InfoForResourceTypeCTextureBase> FogCubemapTexture { get; }
Property Value

FogFalloffExponent

ref float FogFalloffExponent { get; }
Property Value

FogHeightEnd

ref float FogHeightEnd { get; }
Property Value

FogHeightExponent

ref float FogHeightExponent { get; }
Property Value

FogHeightStart

ref float FogHeightStart { get; }
Property Value

FogHeightWidth

ref float FogHeightWidth { get; }
Property Value

FogMaxOpacity

ref float FogMaxOpacity { get; }
Property Value

HasHeightFogEnd

ref bool HasHeightFogEnd { get; }
Property Value

HeightFogEnabled

ref bool HeightFogEnabled { get; }
Property Value

LODBias

ref float LODBias { get; }
Property Value

SkyEntity

string SkyEntity { get; set; }
Property Value

SkyMaterial

ref CStrongHandle<InfoForResourceTypeIMaterial2> SkyMaterial { get; }
Property Value

StartDisabled

ref bool StartDisabled { get; }
Property Value

StartDistance

ref float StartDistance { get; }
Property Value

Methods

ActiveUpdated()

void ActiveUpdated()

CubemapSourceTypeUpdated()

void CubemapSourceTypeUpdated()

EndDistanceUpdated()

void EndDistanceUpdated()

FogCubemapTextureUpdated()

void FogCubemapTextureUpdated()

FogFalloffExponentUpdated()

void FogFalloffExponentUpdated()

FogHeightEndUpdated()

void FogHeightEndUpdated()

FogHeightExponentUpdated()

void FogHeightExponentUpdated()

FogHeightStartUpdated()

void FogHeightStartUpdated()

FogHeightWidthUpdated()

void FogHeightWidthUpdated()

FogMaxOpacityUpdated()

void FogMaxOpacityUpdated()

HasHeightFogEndUpdated()

void HasHeightFogEndUpdated()

HeightFogEnabledUpdated()

void HeightFogEnabledUpdated()

LODBiasUpdated()

void LODBiasUpdated()

SkyEntityUpdated()

void SkyEntityUpdated()

SkyMaterialUpdated()

void SkyMaterialUpdated()

StartDisabledUpdated()

void StartDisabledUpdated()

StartDistanceUpdated()

void StartDistanceUpdated()

On this page