Table of Contents

Constructor NuiVector

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

NuiVector(float, float)

Represents a 2D vector in NUI coordinate space.

[JsonConstructor]
public NuiVector(float x, float y)

Parameters

x float

The horizontal component.

y float

The vertical component.