Click or drag to resize

ControllerElementTarget   Conversion (ActionElementMap to ControllerElementTarget)

Implicit conversion from an Action Element Map.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static implicit operator ControllerElementTarget (
	ActionElementMap actionElementMap
)

Parameters

actionElementMap  ActionElementMap
The Action Element Map.

Return Value

ControllerElementTarget
Returns the converted object.
See Also