Click or drag to resize

Controller.GetElementIdentifierById Method

Gets a Controller Element Identifier by id.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ControllerElementIdentifier GetElementIdentifierById(
	int elementIdentifierId
)

Parameters

elementIdentifierId  Int32
The element identifier id.

Return Value

ControllerElementIdentifier
Controller Element Identifier with the specified id. Returns null if none found.
See Also