Class AnimationChannel
Inheritance
AnimationChannel
Assembly: Evergine.Assets.dll
Syntax
public class AnimationChannel
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
Sampler
The index of a sampler in this animation used to compute the value for the target.
Declaration
[JsonRequired]
[JsonProperty("sampler")]
public int Sampler { get; set; }
Property Value
Target
The index of the node and TRS property to target.
Declaration
[JsonRequired]
[JsonProperty("target")]
public AnimationChannelTarget Target { get; set; }
Property Value
Methods
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
ShouldSerializeTarget()
Declaration
public bool ShouldSerializeTarget()
Returns
Extension Methods