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

Represents a source for a Shopify hosted 3d model. More...

Inheritance diagram for Shopify.Unity.Model3dSource:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 Model3dSource (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
long filesize ()
 The filesize of the 3d model. More...
 
string format ()
 The format of the 3d model. More...
 
string mimeType ()
 The MIME type of the 3d model. More...
 
string url ()
 The URL of the 3d model. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

Represents a source for a Shopify hosted 3d model.

Constructor & Destructor Documentation

◆ Model3dSource()

Shopify.Unity.Model3dSource.Model3dSource ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for Model3dSource

Member Function Documentation

◆ filesize()

long Shopify.Unity.Model3dSource.filesize ( )
inline

The filesize of the 3d model.

◆ format()

string Shopify.Unity.Model3dSource.format ( )
inline

The format of the 3d model.

◆ mimeType()

string Shopify.Unity.Model3dSource.mimeType ( )
inline

The MIME type of the 3d model.

◆ url()

string Shopify.Unity.Model3dSource.url ( )
inline

The URL of the 3d model.


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