Class QAngle
- Namespace
- CounterStrikeSharp.API.Modules.Utils
- Assembly
- CounterStrikeSharp.API.dll
public class QAngle : NativeObject
- Inheritance
-
objectQAngle
- Inherited Members
Constructors
QAngle(nint)
public QAngle(nint pointer)
Parameters
pointer
nint
QAngle(float?, float?, float?)
public QAngle(float? x = null, float? y = null, float? z = null)
Parameters
Fields
Zero
public static readonly QAngle Zero
Field Value
Properties
X
public ref float X { get; }
Property Value
Y
public ref float Y { get; }
Property Value
Z
public ref float Z { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.