Class GenericAnimationCurveBinding
Implements
Inherited Members
Namespace: TriLibCore.General
Assembly: TriLibCore.dll
Syntax
public class GenericAnimationCurveBinding : IAnimationCurveBinding
Constructors
GenericAnimationCurveBinding()
Declaration
public GenericAnimationCurveBinding()
Properties
AnimationCurves
Gets/Sets the Curves connected to the Model.
Declaration
public List<IAnimationCurve> AnimationCurves { get; set; }
Property Value
Type | Description |
---|---|
List<IAnimationCurve> |
Model
Gets/Sets the Model connected to this Curve.
Declaration
public IModel Model { get; set; }
Property Value
Type | Description |
---|---|
IModel |