Skip to content

Commit a2af1c5

Browse files
author
Olly
committed
Fixed comment
1 parent b85e2f4 commit a2af1c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CustomFloatModifier.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ namespace dninosores.UnityAnimationModifiers
77
/// </summary>
88
public abstract class CustomFloatModifier : MonoBehaviour
99
{
10+
/// <summary>
11+
/// Gets the raw modified value given the time.
12+
/// </summary>
1013
public abstract float GetModifiedValue(float time);
1114
}
1215
}

0 commit comments

Comments
 (0)