Creates new XInputAction class instance.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XInputAction(
	string name,
	int id,
	Object semantic
)

Parameters

name
Type: System..::.String
Action name.
id
Type: System..::.Int32
Action identifier.
semantic
Type: System..::.Object
The Semantic object.

See Also