Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.Model3dQuery Class Reference

Represents a Shopify hosted 3D model. More...

Public Member Functions

 Model3dQuery (StringBuilder query)
 Model3dQuery is used to build queries. Typically Model3dQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
Model3dQuery alt ()
 A word or phrase to share the nature or contents of a media. More...
 
Model3dQuery id ()
 Globally unique identifier. More...
 
Model3dQuery mediaContentType ()
 The media content type. More...
 
Model3dQuery previewImage (ImageDelegate buildQuery)
 The preview image for the media. More...
 
Model3dQuery sources (Model3dSourceDelegate buildQuery)
 The sources for a 3d model. More...
 

Detailed Description

Represents a Shopify hosted 3D model.

Constructor & Destructor Documentation

◆ Model3dQuery()

Shopify.Unity.GraphQL.Model3dQuery.Model3dQuery ( StringBuilder  query)
inline

Model3dQuery is used to build queries. Typically Model3dQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ alt()

Model3dQuery Shopify.Unity.GraphQL.Model3dQuery.alt ( )
inline

A word or phrase to share the nature or contents of a media.

◆ id()

Model3dQuery Shopify.Unity.GraphQL.Model3dQuery.id ( )
inline

Globally unique identifier.

◆ mediaContentType()

Model3dQuery Shopify.Unity.GraphQL.Model3dQuery.mediaContentType ( )
inline

The media content type.

◆ previewImage()

Model3dQuery Shopify.Unity.GraphQL.Model3dQuery.previewImage ( ImageDelegate  buildQuery)
inline

The preview image for the media.

◆ sources()

Model3dQuery Shopify.Unity.GraphQL.Model3dQuery.sources ( Model3dSourceDelegate  buildQuery)
inline

The sources for a 3d model.


The documentation for this class was generated from the following file: