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