Click or drag to resize

FingersCrossPlatformInputReflectionScriptRegisterVirtualAxis Method

Register a virtual axis

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static Object RegisterVirtualAxis(
	string name,
	out bool registered
)

Parameters

name
Type: SystemString
Virtual axis name
registered
Type: SystemBoolean
True if the object was registered, false if it already existed

Return Value

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