Constructor NuiVector NamespaceAnvil.API AssemblyNWN.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.