Click or drag to resize

ControllerTemplateElementTarget Structure

Describes a specific Controller Template Element on a Controller Template including a partial Axis.

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

The ControllerTemplateElementTarget type exposes the following members.

Constructors
  NameDescription
Public methodControllerTemplateElementTarget
Creates a copy of a ControllerTemplateElementTarget.
Top
Properties
  NameDescription
Public propertyaxisRange
For Axes, the portion of the Axis that applies.
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 Template Element.
Public propertyelementType
Gets the element type of the target Controller Template element.
Public propertyhasTarget
Does a valid target exist in the Controller Template?
Public propertytemplate
The target Controller Template.
Top
See Also