Click or drag to resize

ControllerSetT Class

Represents a set of controllers (left and right hands)
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 sealed class ControllerSet<T> : ControllerSet
where T : Controller

Type Parameters

T

The ControllerSetT type exposes the following members.

Properties
  NameDescription
Public propertyLeftHand
Left hand
Public propertyRightHand
Right hand
Top
See Also