SwiftlyS2

CMultiLightProxy

Interface CMultiLightProxy

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CMultiLightProxy : CLogicalEntity, CServerOnlyEntity, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CServerOnlyEntity>, ISchemaClass<CLogicalEntity>, ISchemaClass<CMultiLightProxy>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

BrightnessDelta

ref float BrightnessDelta { get; }
Property Value

CurrentBrightnessMultiplier

ref float CurrentBrightnessMultiplier { get; }
Property Value

LightClassFilter

string LightClassFilter { get; set; }
Property Value

LightNameFilter

string LightNameFilter { get; set; }
Property Value

LightRadiusFilter

ref float LightRadiusFilter { get; }
Property Value

Lights

ref CUtlVector<CHandle<CLightEntity>> Lights { get; }
Property Value

PerformScreenFade

ref bool PerformScreenFade { get; }
Property Value

TargetBrightnessMultiplier

ref float TargetBrightnessMultiplier { get; }
Property Value

On this page