HairColorType Enum

Definition

Defines values for HairColorType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum HairColorType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type HairColorType = 
Public Enum HairColorType
Inheritance
HairColorType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Black 6
Blond 3
Brown 4
Gray 2
Other 7
Red 5
Unknown 0
White 1

Applies to