Property DrawList
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; }
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; }