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
Type: RewiredActionElementMap
The Action Element Map.

Return Value

Type: ControllerElementTarget
Returns the converted object.
See Also