Class Asset
Assembly: Evergine.Assets.dll
Syntax
Properties
Copyright
A copyright message suitable for display to credit the content creator.
Declaration
[JsonProperty("copyright")]
public string Copyright { get; set; }
Property Value
Extensions
Dictionary object with extension-specific objects.
Declaration
[JsonProperty("extensions")]
public Dictionary<string, object> Extensions { get; set; }
Property Value
Application-specific data.
Declaration
[JsonProperty("extras")]
public Extras Extras { get; set; }
Property Value
Generator
Tool that generated this glTF model. Useful for debugging.
Declaration
[JsonProperty("generator")]
public string Generator { get; set; }
Property Value
MinVersion
The minimum glTF version that this asset targets.
Declaration
[JsonProperty("minVersion")]
public string MinVersion { get; set; }
Property Value
Version
The glTF version that this asset targets.
Declaration
[JsonRequired]
[JsonProperty("version")]
public string Version { get; set; }
Property Value
Methods
ShouldSerializeCopyright()
Declaration
public bool ShouldSerializeCopyright()
Returns
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
ShouldSerializeGenerator()
Declaration
public bool ShouldSerializeGenerator()
Returns
ShouldSerializeMinVersion()
Declaration
public bool ShouldSerializeMinVersion()
Returns
ShouldSerializeVersion()
Declaration
public bool ShouldSerializeVersion()
Returns
Extension Methods