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 | DestinyCharacterRenderComponent | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: DestinyCharacterRenderComponent
"data": {
// 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
}