We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85e2f4 commit a2af1c5Copy full SHA for a2af1c5
CustomFloatModifier.cs
@@ -7,6 +7,9 @@ namespace dninosores.UnityAnimationModifiers
7
/// </summary>
8
public abstract class CustomFloatModifier : MonoBehaviour
9
{
10
+ /// <summary>
11
+ /// Gets the raw modified value given the time.
12
+ /// </summary>
13
public abstract float GetModifiedValue(float time);
14
}
15
0 commit comments