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

Inherits GLTF.Schema.GLTFId< GLTFTexture >.

Public Member Functions

 TextureId (TextureId id, GLTFRoot newRoot)
 
- Public Member Functions inherited from GLTF.Schema.GLTFId< GLTFTexture >
 GLTFId (GLTFId< T > gltfId, GLTFRoot newRoot)
 
void Serialize (JsonWriter writer)
 

Static Public Member Functions

static TextureId Deserialize (GLTFRoot root, JsonReader reader)
 
static TextureId Deserialize (GLTFRoot root, JProperty jProperty)
 

Properties

override GLTFTexture Value [get]
 
- Properties inherited from GLTF.Schema.GLTFId< GLTFTexture >
abstract T Value [get]
 

Additional Inherited Members

- Public Attributes inherited from GLTF.Schema.GLTFId< GLTFTexture >
int Id
 
GLTFRoot Root
 

Detailed Description

Definition at line 336 of file GLTFId.cs.