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
pointer
nint
Properties
X
public ref float X { get; }
Property Value
Y
public ref float Y { get; }