Click or drag to resize

ControllerTemplateElementTarget Structure

Describes a specific Controller Template Element on a Controller Template including a partial Axis.
Inheritance Hierarchy
SystemObject
  SystemValueType
    RewiredControllerTemplateElementTarget

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
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