InputSynchronizableAddAxis(String) Method

Add a array of axes to the InputSynchronizable

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public void AddAxis(
	string[] newAxes
)

Parameters

newAxes  String
strings of the target axes

Implements

IInputAddAxis(String)

See Also