SwiftlyS2

CPointCamera

Interface CPointCamera

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

Active

ref bool Active { get; }
Property Value

AlignWithParent

ref bool AlignWithParent { get; }
Property Value

AspectRatio

ref float AspectRatio { get; }
Property Value

Brightness

ref float Brightness { get; }
Property Value

CanHLTVUse

ref bool CanHLTVUse { get; }
Property Value

DegreesPerSecond

ref float DegreesPerSecond { get; }
Property Value

DofEnabled

ref bool DofEnabled { get; }
Property Value

DofFarBlurry

ref float DofFarBlurry { get; }
Property Value

DofFarCrisp

ref float DofFarCrisp { get; }
Property Value

DofNearBlurry

ref float DofNearBlurry { get; }
Property Value

DofNearCrisp

ref float DofNearCrisp { get; }
Property Value

DofTiltToGround

ref float DofTiltToGround { get; }
Property Value

FOV

ref float FOV { get; }
Property Value

FogColor

ref Color FogColor { get; }
Property Value

FogEnable

ref bool FogEnable { get; }
Property Value

FogEnd

ref float FogEnd { get; }
Property Value

FogMaxDensity

ref float FogMaxDensity { get; }
Property Value

FogStart

ref float FogStart { get; }
Property Value

IsOn

ref bool IsOn { get; }
Property Value

Next

CPointCamera? Next { get; }
Property Value

NoSky

ref bool NoSky { get; }
Property Value

Resolution

ref float Resolution { get; }
Property Value

TargetFOV

ref float TargetFOV { get; }
Property Value

UseScreenAspectRatio

ref bool UseScreenAspectRatio { get; }
Property Value

ZFar

ref float ZFar { get; }
Property Value

ZNear

ref float ZNear { get; }
Property Value

Methods

ActiveUpdated()

void ActiveUpdated()

AlignWithParentUpdated()

void AlignWithParentUpdated()

AspectRatioUpdated()

void AspectRatioUpdated()

BrightnessUpdated()

void BrightnessUpdated()

CanHLTVUseUpdated()

void CanHLTVUseUpdated()

DofEnabledUpdated()

void DofEnabledUpdated()

DofFarBlurryUpdated()

void DofFarBlurryUpdated()

DofFarCrispUpdated()

void DofFarCrispUpdated()

DofNearBlurryUpdated()

void DofNearBlurryUpdated()

DofNearCrispUpdated()

void DofNearCrispUpdated()

DofTiltToGroundUpdated()

void DofTiltToGroundUpdated()

FOVUpdated()

void FOVUpdated()

FogColorUpdated()

void FogColorUpdated()

FogEnableUpdated()

void FogEnableUpdated()

FogEndUpdated()

void FogEndUpdated()

FogMaxDensityUpdated()

void FogMaxDensityUpdated()

FogStartUpdated()

void FogStartUpdated()

NoSkyUpdated()

void NoSkyUpdated()

ResolutionUpdated()

void ResolutionUpdated()

UseScreenAspectRatioUpdated()

void UseScreenAspectRatioUpdated()

ZFarUpdated()

void ZFarUpdated()

ZNearUpdated()

void ZNearUpdated()

On this page