Class sky3dparams_t
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class sky3dparams_t : NativeObject
- Inheritance
-
object
sky3dparams_t
- Inherited Members
-
Constructors
sky3dparams_t(nint)
public sky3dparams_t(nint pointer)
Parameters
pointer
nint
Properties
BClip3DSkyBoxNearToWorldFar
[SchemaMember("sky3dparams_t", "bClip3DSkyBoxNearToWorldFar")]
public ref bool BClip3DSkyBoxNearToWorldFar { get; }
Property Value
- bool
FlClip3DSkyBoxNearToWorldFarOffset
[SchemaMember("sky3dparams_t", "flClip3DSkyBoxNearToWorldFarOffset")]
public ref float FlClip3DSkyBoxNearToWorldFarOffset { get; }
Property Value
- float
Fog
[SchemaMember("sky3dparams_t", "fog")]
public fogparams_t Fog { get; }
Property Value
- fogparams_t
Origin
[SchemaMember("sky3dparams_t", "origin")]
public Vector Origin { get; }
Property Value
- Vector
Scale
[SchemaMember("sky3dparams_t", "scale")]
public ref short Scale { get; }
Property Value
- short
WorldGroupID
[SchemaMember("sky3dparams_t", "m_nWorldGroupID")]
public WorldGroupId_t WorldGroupID { get; }
Property Value
- WorldGroupId_t