Avatar SDK Unity Cloud plugin  3.0.1
Realistic avatar generation toolset for Unity3D
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
UnityGLTF.ImportOptions Class Reference

Public Attributes

ILoader ExternalDataLoader = null
 
IDataLoader DataLoader = null
 Optional IDataLoader for loading references from the GLTF to external streams. May also optionally implement IDataLoader2. More...
 
AsyncCoroutineHelper AsyncCoroutineHelper = null
 
bool ThrowOnLowMemory = true
 

Detailed Description

Definition at line 27 of file GLTFSceneImporter.cs.

Member Data Documentation

◆ DataLoader

IDataLoader UnityGLTF.ImportOptions.DataLoader = null

Optional IDataLoader for loading references from the GLTF to external streams. May also optionally implement IDataLoader2.

Definition at line 36 of file GLTFSceneImporter.cs.