Class Image
Assembly: Evergine.Assets.dll
Syntax
Properties
BufferView
The index of the bufferView that contains the image. Use this instead of the image's uri property.
Declaration
[JsonProperty("bufferView")]
public int? BufferView { 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
MimeType
The image's MIME type. Required if bufferView
is defined.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("mimeType")]
public Image.MimeTypeEnum? MimeType { get; set; }
Property Value
Name
The user-defined name of this object.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Uri
Declaration
[JsonProperty("uri")]
public string Uri { get; set; }
Property Value
Methods
ShouldSerializeBufferView()
Declaration
public bool ShouldSerializeBufferView()
Returns
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
ShouldSerializeMimeType()
Declaration
public bool ShouldSerializeMimeType()
Returns
ShouldSerializeName()
Declaration
public bool ShouldSerializeName()
Returns
ShouldSerializeUri()
Declaration
public bool ShouldSerializeUri()
Returns
Extension Methods