Class GltfAssetInfo
Metadata about the glTF asset. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/asset.schema.json
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class GltfAssetInfo : GltfProperty
Fields
copyright
A copyright message suitable for display to credit the content creator.
Declaration
public string copyright
Field Value
Type | Description |
---|---|
String |
generator
Tool that generated this glTF model. Useful for debugging.
Declaration
public string generator
Field Value
Type | Description |
---|---|
String |
minVersion
The minimum glTF version that this asset targets.
Declaration
public string minVersion
Field Value
Type | Description |
---|---|
String |
version
The glTF version.
Declaration
public string version
Field Value
Type | Description |
---|---|
String |