Class Buffer
Assembly: Evergine.Assets.dll
Syntax
Properties
ByteLength
The length of the buffer in bytes.
Declaration
[JsonRequired]
[JsonProperty("byteLength")]
public int ByteLength { 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
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
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
ShouldSerializeName()
Declaration
public bool ShouldSerializeName()
Returns
ShouldSerializeUri()
Declaration
public bool ShouldSerializeUri()
Returns
Extension Methods