DestinyCharacterCustomization class
Raw data about the customization options chosen for a character's face and appearance.
You can look up the relevant class/race/gender combo in DestinyCharacterCustomizationOptionDefinition for the character, and then look up these values within the CustomizationOptions found to pull some data about their choices. Warning: not all of that data is meaningful. Some data has useful icons. Others have nothing, and are only meant for 3D rendering purposes (which we sadly do not expose yet)
Constructors
Properties
- decalColor ↔ int
-
read / write
- decalIndex ↔ int
-
read / write
- eyeColor ↔ int
-
read / write
- face ↔ int
-
read / write
-
featureColors
↔ List<
int> -
read / write
- featureIndex ↔ int
-
read / write
-
hairColors
↔ List<
int> -
read / write
- hairIndex ↔ int
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- lipColor ↔ int
-
read / write
- personality ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- skinColor ↔ int
-
read / write
- wearHelmet ↔ bool
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited