Click or drag to resize

ActionElementMapIsTarget(IControllerElementTarget) Method

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
C#
public bool IsTarget(
	IControllerElementTarget elementTarget
)

Parameters

elementTarget  IControllerElementTarget
The Controller Element target

Return Value

Boolean
True if the the Controller Element target is mapped by this ActionElementMap, false if it is not.
See Also