Class GenericAnimationCurve
Inheritance
GenericAnimationCurve
Assembly: TriLibCore.dll
Syntax
public class GenericAnimationCurve : IAnimationCurve
Constructors
GenericAnimationCurve()
Declaration
public GenericAnimationCurve()
Properties
AnimatedType
Gets/Sets the animated Property Type.
Declaration
public Type AnimatedType { get; set; }
Property Value
AnimationCurve
Gets/Sets the Animation Curve Keyframes.
Declaration
public AnimationCurve AnimationCurve { get; set; }
Property Value
Type |
Description |
AnimationCurve |
|
Property
Gets/Sets the animated Property name.
Declaration
public string Property { get; set; }
Property Value
TangentMode
Declaration
public TangentMode TangentMode { get; set; }
Property Value
Implements
Extension Methods