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