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 public static implicit operator ControllerElementTarget (
ActionElementMap actionElementMap
)
Parameters
- actionElementMap
- Type: RewiredActionElementMap
The Action Element Map.
Return Value
Type:
ControllerElementTargetReturns the converted object.
See Also