ModelSearchTextures

open_in_new

Search summary information about all the textures associated with the model.

GraphQL Schema definition

  • type ModelSearchTextures {
  • # The total number of meshes textures with the model.
  • count: Int!
  • # The union of all the formats of textures in the model.
  • # Each unique format will appear once.
  • formats: [String!]
  • }