Hair.Invisible Property

Definition

Gets or sets a boolean value describing whether the hair is visible in the image.

[Newtonsoft.Json.JsonProperty(PropertyName="invisible")]
public bool Invisible { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="invisible")>]
member this.Invisible : bool with get, set
Public Property Invisible As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to