ActionElementMapIsTarget Method (ControllerElementTarget) |
Is the Controller Element target mapped by this ActionElementMap?
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsTarget(
ControllerElementTarget elementTarget
)
Parameters
- elementTarget
- Type: RewiredControllerElementTarget
The Controller Element target
Return Value
Type:
BooleanTrue if the the Controller Element target is mapped by this ActionElementMap, false if it is not.
See Also