Controller |
public sealed class ControllerElementTarget : ValueType
The ControllerElementTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerElementTarget(ActionElementMap) | Creates a ControllerElementTarget instance from an ActionElementMap. | |
| ControllerElementTarget(ControllerElementTarget) | Creates a copy of a ControllerElementTarget. | |
| ControllerElementTarget(IControllerElementTarget) | Creates a copy of a IControllerElementTarget. |
| Name | Description | |
|---|---|---|
| axisRange | Determines whether the full range or just one pole of the target element is used. | |
| controller | The target Controller. | |
| descriptiveName | 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. | |
| element | The target Controller Element. | |
| elementIdentifierId | The element identifier id of the target element. | |
| elementType | Gets the element type of the target Controller element. | |
| hasTarget | Does a valid target exist in the Controller? |
| Name | Description | |
|---|---|---|
| (ActionElementMap to ControllerElementTarget) | Implicit conversion from an Action Element Map. |