Click or drag to resize

FingersCrossPlatformInputReflectionScriptUpdateVirtualAxis 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: SystemObject
Axis object returned from RegisterVirtualAxis
value
Type: SystemSingle
New value

Return Value

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