Click or drag to resize

FingersCrossPlatformInputReflectionScript.UpdateVirtualAxis Method

Update a virtual axis value

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static bool UpdateVirtualAxis(
	Object axis,
	float value
)

Parameters

axis
Type: System.Object
Axis object returned from RegisterVirtualAxis
value
Type: System.Single
New value

Return Value

Type: Boolean
True if success, false if error
See Also