C# Class GLTF.Schema.GLTFChildOfRootProperty

Inheritance: GLTF.Schema.GLTFProperty
Datei anzeigen Open project: decentraland/unity-renderer Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
DefaultPropertyDeserializer ( GLTF.Schema.GLTFRoot root, JsonReader reader ) : void
GLTFChildOfRootProperty ( ) : Newtonsoft.Json
GLTFChildOfRootProperty ( GLTFChildOfRootProperty childOfRootProperty, GLTF.Schema.GLTFRoot gltfRoot ) : Newtonsoft.Json
Serialize ( JsonWriter writer ) : void

Method Details

DefaultPropertyDeserializer() public method

public DefaultPropertyDeserializer ( GLTF.Schema.GLTFRoot root, JsonReader reader ) : void
root GLTF.Schema.GLTFRoot
reader JsonReader
return void

GLTFChildOfRootProperty() public method

public GLTFChildOfRootProperty ( ) : Newtonsoft.Json
return Newtonsoft.Json

GLTFChildOfRootProperty() public method

public GLTFChildOfRootProperty ( GLTFChildOfRootProperty childOfRootProperty, GLTF.Schema.GLTFRoot gltfRoot ) : Newtonsoft.Json
childOfRootProperty GLTFChildOfRootProperty
gltfRoot GLTF.Schema.GLTFRoot
return Newtonsoft.Json

Serialize() public method

public Serialize ( JsonWriter writer ) : void
writer JsonWriter
return void

Property Details

Name public_oe property

The user-defined name of this object. This is not necessarily unique, e.g., an accessor and a buffer could have the same name, or two accessors could even have the same name.
public string Name
return string