Table of Contents

Property DrawList

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DrawList

Gets or sets an optional list of draw commands to render within this element.

[JsonProperty("draw_list", NullValueHandling = NullValueHandling.Ignore)]
public List<NuiDrawListItem>? DrawList { get; set; }

Property Value

List<NuiDrawListItem>