Summary
Rescales the curve so the time and values both start at 0 and end at 1.
Returns the input array so calls can be chained.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Containing Type
- IGUtils
Syntax
public static Keyframe[] Normalize(this Keyframe[] keys)
Parameters
| Name | Type | Description |
|---|---|---|
| keys | Keyframe[] |
Return Value
| Type | Description |
|---|---|
| Keyframe[] |