Delegate AxisDelegate
Delegate signature for Axis Handlers
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public delegate void AxisDelegate(float AxisValue);
Parameters
Type | Name | Description |
---|---|---|
System.Single | AxisValue | "Value" to pass to the axis. This value will be the device-dependent, so a mouse will report absolute change since the last update, a joystick will report total displacement from the center, etc. |