SwiftlyS2

CEnvCubemapFog

Interface CEnvCubemapFog

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CEnvCubemapFog : CBaseEntity, CEntityInstance, IEquatable<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

DistanceFogCurveString

string DistanceFogCurveString { get; set; }
Property Value

DistanceFogType

ref int DistanceFogType { 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

FogHeightBlendMode

ref int FogHeightBlendMode { get; }
Property Value

FogHeightCoordinateSpace

ref int FogHeightCoordinateSpace { 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

HeightFogCurveString

string HeightFogCurveString { get; set; }
Property Value

HeightFogEnabled

ref bool HeightFogEnabled { get; }
Property Value

HeightFogType

ref int HeightFogType { 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()

DistanceFogCurveStringUpdated()

void DistanceFogCurveStringUpdated()

DistanceFogTypeUpdated()

void DistanceFogTypeUpdated()

EndDistanceUpdated()

void EndDistanceUpdated()

FogCubemapTextureUpdated()

void FogCubemapTextureUpdated()

FogFalloffExponentUpdated()

void FogFalloffExponentUpdated()

FogHeightBlendModeUpdated()

void FogHeightBlendModeUpdated()

FogHeightCoordinateSpaceUpdated()

void FogHeightCoordinateSpaceUpdated()

FogHeightEndUpdated()

void FogHeightEndUpdated()

FogHeightExponentUpdated()

void FogHeightExponentUpdated()

FogHeightStartUpdated()

void FogHeightStartUpdated()

FogHeightWidthUpdated()

void FogHeightWidthUpdated()

FogMaxOpacityUpdated()

void FogMaxOpacityUpdated()

HasHeightFogEndUpdated()

void HasHeightFogEndUpdated()

HeightFogCurveStringUpdated()

void HeightFogCurveStringUpdated()

HeightFogEnabledUpdated()

void HeightFogEnabledUpdated()

HeightFogTypeUpdated()

void HeightFogTypeUpdated()

LODBiasUpdated()

void LODBiasUpdated()

SkyEntityUpdated()

void SkyEntityUpdated()

SkyMaterialUpdated()

void SkyMaterialUpdated()

StartDisabledUpdated()

void StartDisabledUpdated()

StartDistanceUpdated()

void StartDistanceUpdated()

On this page