Interface IAnimationCurve
Represents a TriLib Animation Curve.
Namespace: TriLibCore.Interfaces
Assembly: TriLibCore.dll
Syntax
public interface IAnimationCurve
Properties
AnimatedType
Gets/Sets the animated Property Type.
Declaration
Type AnimatedType { get; set; }
Property Value
Type | Description |
---|---|
Type |
AnimationCurve
Gets/Sets the Animation Curve Keyframes.
Declaration
AnimationCurve AnimationCurve { get; set; }
Property Value
Type | Description |
---|---|
AnimationCurve |
Property
Gets/Sets the animated Property name.
Declaration
string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
TangentMode
Declaration
[Obsolete("The TangentMode comes from the Unity Animation Curve now.")]
TangentMode TangentMode { get; set; }
Property Value
Type | Description |
---|---|
TangentMode |