Summary
Loops the `value` so that
0 <= value < 1.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerUtilities
Syntax
public static float Wrap01(float value)
Remarks
This is more efficient than using
Animancer.AnimancerUtilities.Wrap(System.Single,System.Single) with a length of 1.Parameters
| Name | Type | Description |
|---|---|---|
| value | float |
Return Value
| Type | Description |
|---|---|
| float |