Click or drag to resize

FingersCrossPlatformInputReflectionScriptGetVirtualAxis Method

Get a virtual axis if it exists

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static Object GetVirtualAxis(
	string name
)

Parameters

name
Type: SystemString
Name of virtual axis

Return Value

Type: Object
Virtual axis object or null if not exists or error
See Also