OBJECT

ThreeDAssetTypes

link GraphQL Schema definition

1type ThreeDAssetTypes {
2
3# Translation for threeD asset atlas type
4substanceAtlas: String!
5
6# Translation for threeD asset decal type
7substanceDecal: String!
8
9# Translation for threeD asset material type
10substanceMaterial: String!
11
12# Translation for threeD asset model type
13substanceModel: String!
14
15}