Click or drag to resize

IControllerTemplateStick6D Interface

Interface for a Controller Template 6 DoF Stick.

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

The IControllerTemplateStick6D type exposes the following members.

Properties
  NameDescription
Public propertydescriptiveName
Display name of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Public propertyexists
Does the Element exist in the parent Controller?
(Inherited from IControllerTemplateElement.)
Public propertyid
Id of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Public propertyposition
The current position value of the 6 DoF stick.
Public propertypositionPrev
The position value of the 6 DoF stick in the previous frame.
Public propertypositionX
The position X axis.
Public propertypositionY
The position Y axis.
Public propertypositionZ
The position Z axis.
Public propertyrotation
The current rotation value of the 6 DoF stick.
Public propertyrotationPrev
The rotation value of the 6 DoF stick in the previous frame.
Public propertyrotationX
The rotation X axis.
Public propertyrotationY
The rotation Y axis.
Public propertyrotationZ
The rotation Z axis.
Public propertysource
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.)
Public propertytype
Type of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Top
See Also