Class Texture
Assembly: Evergine.Assets.dll
Syntax
Properties
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
Sampler
The index of the sampler used by this texture. When undefined, a sampler with repeat wrapping and auto filtering should be used.
Declaration
[JsonProperty("sampler")]
public int? Sampler { get; set; }
Property Value
Source
The index of the image used by this texture.
Declaration
[JsonProperty("source")]
public int? Source { get; set; }
Property Value
Methods
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
ShouldSerializeName()
Declaration
public bool ShouldSerializeName()
Returns
ShouldSerializeSampler()
Declaration
public bool ShouldSerializeSampler()
Returns
ShouldSerializeSource()
Declaration
public bool ShouldSerializeSource()
Returns
Extension Methods