Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Generic Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
data | Dictionary<integer:int64,DestinyCharacterRenderComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:int64,DestinyCharacterRenderComponent>
"data": {
"0": {
// Type: DyeReference[]
"customDyes": [
// Type: DyeReference
{
// Type: integer:uint32
"channelHash": 0,
// Type: integer:uint32
"dyeHash": 0
}
],
// Type: DestinyCharacterCustomization
"customization": {},
// Type: DestinyCharacterPeerView
"peerView": {}
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}