Click or drag to resize

ControllerSet Class

A set of controllers (left and right)
Inheritance Hierarchy
SystemObject
  ImmerseSDK.ControllersControllerSet
    ImmerseSDK.ControllersControllerSetT

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public abstract class ControllerSet

The ControllerSet type exposes the following members.

Properties
  NameDescription
Public propertyLeftHand
The left controller
Public propertyRightHand
The right controller
Top
Methods
  NameDescription
Public methodGetController
Get a specific controller
Public methodInit
Initialises a new controller set
Public methodSetPhysicsLock
Public methodSetPhysicsState
Top
Fields
  NameDescription
Protected fieldLeft
Left controller
Protected fieldRight
Right controller
Top
See Also