Delegate InputDevice.AxisValueCalculator
A delegate for functions that calculate the value of an axis.
Namespace: Fusee.Engine.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public delegate float AxisValueCalculator(float time);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | time | The time at which to calculate the value of the axis. |
Returns
| Type | Description |
|---|---|
| System.Single |