Class Vector2D
- Namespace
- CounterStrikeSharp.API.Modules.Utils
- Assembly
- CounterStrikeSharp.API.dll
public class Vector2D : NativeObject
- Inheritance
-
objectVector2D
- Inherited Members
Constructors
Vector2D(nint)
public Vector2D(nint pointer)
Parameters
pointernint
Vector2D(float?, float?)
public Vector2D(float? x = null, float? y = null)
Parameters
Properties
X
public ref float X { get; }
Property Value
Y
public ref float Y { 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.