Table of Contents

Property Points

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Points

Gets or sets the flattened list of points (x,y pairs).

[JsonProperty("points")]
public List<float> Points { get; set; }

Property Value

List<float>