SwiftlyS2

CColorCorrection

Interface CColorCorrection

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

ClientSide

ref bool ClientSide { get; }
Property Value

CurWeight

ref float CurWeight { get; }
Property Value

Enabled

ref bool Enabled { get; }
Property Value

Exclusive

ref bool Exclusive { get; }
Property Value

FadeInDuration

ref float FadeInDuration { get; }
Property Value

FadeOutDuration

ref float FadeOutDuration { get; }
Property Value

LookupFilename

string LookupFilename { get; set; }
Property Value

Master

ref bool Master { get; }
Property Value

MaxFalloff

ref float MaxFalloff { get; }
Property Value

MaxWeight

ref float MaxWeight { get; }
Property Value

MinFalloff

ref float MinFalloff { get; }
Property Value

NetlookupFilename

string NetlookupFilename { get; set; }
Property Value

StartDisabled

ref bool StartDisabled { get; }
Property Value

StartFadeInWeight

ref float StartFadeInWeight { get; }
Property Value

StartFadeOutWeight

ref float StartFadeOutWeight { get; }
Property Value

TimeStartFadeIn

GameTime_t TimeStartFadeIn { get; }
Property Value

TimeStartFadeOut

GameTime_t TimeStartFadeOut { get; }
Property Value

Methods

ClientSideUpdated()

void ClientSideUpdated()

CurWeightUpdated()

void CurWeightUpdated()

EnabledUpdated()

void EnabledUpdated()

ExclusiveUpdated()

void ExclusiveUpdated()

FadeInDurationUpdated()

void FadeInDurationUpdated()

FadeOutDurationUpdated()

void FadeOutDurationUpdated()

MasterUpdated()

void MasterUpdated()

MaxFalloffUpdated()

void MaxFalloffUpdated()

MaxWeightUpdated()

void MaxWeightUpdated()

MinFalloffUpdated()

void MinFalloffUpdated()

NetlookupFilenameUpdated()

void NetlookupFilenameUpdated()

On this page