Class AnimationSampler
Inheritance
AnimationSampler
Assembly: Evergine.Assets.dll
Syntax
public class AnimationSampler
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
The index of an accessor containing keyframe input values, e.g., time.
Declaration
[JsonRequired]
[JsonProperty("input")]
public int Input { get; set; }
Property Value
Interpolation
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("interpolation")]
public AnimationSampler.InterpolationEnum Interpolation { get; set; }
Property Value
Output
The index of an accessor, containing keyframe output values.
Declaration
[JsonRequired]
[JsonProperty("output")]
public int Output { get; set; }
Property Value
Methods
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
ShouldSerializeInterpolation()
Declaration
public bool ShouldSerializeInterpolation()
Returns
Extension Methods