Click or drag to resize

IControllerElementTarget Interface

Interface for a Controller element target.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IControllerElementTarget

The IControllerElementTarget type exposes the following members.

Properties
  NameDescription
Public propertyaxisRange
For Axes, the portion of the Axis that is being targeted.
Public propertycontroller
The target Controller.
Public propertydescriptiveName
Gets the name of the target element. For split axes, this will return the Positive or Negative name or the Descriptive Name with a +/- suffix.
Public propertyelement
The target Controller Element.
Public propertyelementIdentifierId
The element identifier id of the target element.
Public propertyelementType
Gets the element type of the target Controller element.
Public propertyhasTarget
Does a valid target exist in the Controller?
Top
See Also