IController |
public interface IControllerTemplateStick6D : IControllerTemplateElement
The IControllerTemplateStick6D type exposes the following members.
Name | Description | |
---|---|---|
![]() | descriptiveName |
Display name of the Controller Template Element.
The returned value will be localized if localization is in use.
(Inherited from IControllerTemplateElement) |
![]() | exists |
Does the Element exist in the parent Controller?
(Inherited from IControllerTemplateElement) |
![]() | id |
Id of the Controller Template Element.
(Inherited from IControllerTemplateElement) |
![]() | position | The current position value of the 6 DoF stick. |
![]() | positionPrev | The position value of the 6 DoF stick in the previous frame. |
![]() | positionX | The position X axis. |
![]() | positionY | The position Y axis. |
![]() | positionZ | The position Z axis. |
![]() | rotation | The current rotation value of the 6 DoF stick. |
![]() | rotationPrev | The rotation value of the 6 DoF stick in the previous frame. |
![]() | rotationX | The rotation X axis. |
![]() | rotationY | The rotation Y axis. |
![]() | rotationZ | The rotation Z axis. |
![]() | source |
Information about the source element(s) in the parent Controller.
This will return null for elements that cannot have a directly mappable source Controller Element.
(Inherited from IControllerTemplateElement) |
![]() | type |
Type of the Controller Template Element.
(Inherited from IControllerTemplateElement) |