Class CPointCamera
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPointCamera : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
object
CPointCamera
- Implements
-
- Derived
-
- Inherited Members
-
Constructors
CPointCamera(nint)
public CPointCamera(nint pointer)
Parameters
pointer
nint
Properties
Active
[SchemaMember("CPointCamera", "m_bActive")]
public ref bool Active { get; }
Property Value
- bool
AlignWithParent
[SchemaMember("CPointCamera", "m_bAlignWithParent")]
public ref bool AlignWithParent { get; }
Property Value
- bool
AspectRatio
[SchemaMember("CPointCamera", "m_flAspectRatio")]
public ref float AspectRatio { get; }
Property Value
- float
Brightness
[SchemaMember("CPointCamera", "m_fBrightness")]
public ref float Brightness { get; }
Property Value
- float
CanHLTVUse
[SchemaMember("CPointCamera", "m_bCanHLTVUse")]
public ref bool CanHLTVUse { get; }
Property Value
- bool
DegreesPerSecond
[SchemaMember("CPointCamera", "m_DegreesPerSecond")]
public ref float DegreesPerSecond { get; }
Property Value
- float
DofEnabled
[SchemaMember("CPointCamera", "m_bDofEnabled")]
public ref bool DofEnabled { get; }
Property Value
- bool
DofFarBlurry
[SchemaMember("CPointCamera", "m_flDofFarBlurry")]
public ref float DofFarBlurry { get; }
Property Value
- float
DofFarCrisp
[SchemaMember("CPointCamera", "m_flDofFarCrisp")]
public ref float DofFarCrisp { get; }
Property Value
- float
DofNearBlurry
[SchemaMember("CPointCamera", "m_flDofNearBlurry")]
public ref float DofNearBlurry { get; }
Property Value
- float
DofNearCrisp
[SchemaMember("CPointCamera", "m_flDofNearCrisp")]
public ref float DofNearCrisp { get; }
Property Value
- float
DofTiltToGround
[SchemaMember("CPointCamera", "m_flDofTiltToGround")]
public ref float DofTiltToGround { get; }
Property Value
- float
FOV
[SchemaMember("CPointCamera", "m_FOV")]
public ref float FOV { get; }
Property Value
- float
FogColor
[SchemaMember("CPointCamera", "m_FogColor")]
public Color FogColor { get; set; }
Property Value
- Color
FogEnable
[SchemaMember("CPointCamera", "m_bFogEnable")]
public ref bool FogEnable { get; }
Property Value
- bool
FogEnd
[SchemaMember("CPointCamera", "m_flFogEnd")]
public ref float FogEnd { get; }
Property Value
- float
FogMaxDensity
[SchemaMember("CPointCamera", "m_flFogMaxDensity")]
public ref float FogMaxDensity { get; }
Property Value
- float
FogStart
[SchemaMember("CPointCamera", "m_flFogStart")]
public ref float FogStart { get; }
Property Value
- float
IsOn
[SchemaMember("CPointCamera", "m_bIsOn")]
public ref bool IsOn { get; }
Property Value
- bool
Next
[SchemaMember("CPointCamera", "m_pNext")]
public CPointCamera? Next { get; }
Property Value
- CPointCamera
NoSky
[SchemaMember("CPointCamera", "m_bNoSky")]
public ref bool NoSky { get; }
Property Value
- bool
Resolution
[SchemaMember("CPointCamera", "m_Resolution")]
public ref float Resolution { get; }
Property Value
- float
TargetFOV
[SchemaMember("CPointCamera", "m_TargetFOV")]
public ref float TargetFOV { get; }
Property Value
- float
UseScreenAspectRatio
[SchemaMember("CPointCamera", "m_bUseScreenAspectRatio")]
public ref bool UseScreenAspectRatio { get; }
Property Value
- bool
ZFar
[SchemaMember("CPointCamera", "m_flZFar")]
public ref float ZFar { get; }
Property Value
- float
ZNear
[SchemaMember("CPointCamera", "m_flZNear")]
public ref float ZNear { get; }
Property Value
- float