Click or drag to resize

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

Parameters

elementTarget
Type: RewiredControllerElementTarget
The Controller Element target

Return Value

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