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:int32,DestinyItemRenderComponent> | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: Dictionary<integer:int32,DestinyItemRenderComponent>
"data": {
"0": {
// Type: boolean
"useCustomDyes": false,
// Type: Dictionary<integer:int32,integer:int32>
"artRegions": {
"0": 0
}
}
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}