SwiftlyS2

CEnvSky

Interface CEnvSky

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CEnvSky : CBaseModelEntity, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CBaseModelEntity>, ISchemaClass<CEnvSky>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

BrightnessScale

ref float BrightnessScale { get; }
Property Value

Enabled

ref bool Enabled { get; }
Property Value

FogMaxEnd

ref float FogMaxEnd { get; }
Property Value

FogMaxStart

ref float FogMaxStart { get; }
Property Value

FogMinEnd

ref float FogMinEnd { get; }
Property Value

FogMinStart

ref float FogMinStart { get; }
Property Value

FogType

ref int FogType { get; }
Property Value

SkyMaterial

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

SkyMaterialLightingOnly

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

StartDisabled

ref bool StartDisabled { get; }
Property Value

TintColor

ref Color TintColor { get; }
Property Value

TintColorLightingOnly

ref Color TintColorLightingOnly { get; }
Property Value

Methods

BrightnessScaleUpdated()

void BrightnessScaleUpdated()

EnabledUpdated()

void EnabledUpdated()

FogMaxEndUpdated()

void FogMaxEndUpdated()

FogMaxStartUpdated()

void FogMaxStartUpdated()

FogMinEndUpdated()

void FogMinEndUpdated()

FogMinStartUpdated()

void FogMinStartUpdated()

FogTypeUpdated()

void FogTypeUpdated()

SkyMaterialLightingOnlyUpdated()

void SkyMaterialLightingOnlyUpdated()

SkyMaterialUpdated()

void SkyMaterialUpdated()

StartDisabledUpdated()

void StartDisabledUpdated()

TintColorLightingOnlyUpdated()

void TintColorLightingOnlyUpdated()

TintColorUpdated()

void TintColorUpdated()

On this page