Interface IAnimationCurveBinding
Represents a TriLib Animation Curve Binding, which connects a IModel with one or more associated IAnimationCurve instances.
Namespace: TriLibCore.Interfaces
Assembly: TriLibCore.dll
Syntax
public interface IAnimationCurveBinding
Properties
AnimationCurves
Gets or sets the list of animation curves that affect the Model.
Declaration
List<IAnimationCurve> AnimationCurves { get; set; }
Property Value
| Type | Description |
|---|---|
| List<IAnimationCurve> |
Model
Gets or sets the model that this binding references.
Declaration
IModel Model { get; set; }
Property Value
| Type | Description |
|---|---|
| IModel |