Class Asset
Metadata about the glTF asset.
Inherited Members
Namespace: GLTFast.Schema
Syntax
[Serializable]
public class Asset
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 |