Table of Contents

Class QAngle

Namespace
CounterStrikeSharp.API.Modules.Utils
Assembly
CounterStrikeSharp.API.dll
public class QAngle : NativeObject
Inheritance
QAngle
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

x float?
y float?
z float?

Fields

Zero

public static readonly QAngle Zero

Field Value

QAngle

Properties

X

public ref float X { get; }

Property Value

float

Y

public ref float Y { get; }

Property Value

float

Z

public ref float Z { get; }

Property Value

float

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.