Click or drag to resize

InteractableEngageableDetectionInteractableEngageableObject Class

Data structure to hold object detection information
Inheritance Hierarchy
SystemObject
  ImmerseSDK.InteractionInteractableEngageableDetectionInteractableEngageableObject

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public class InteractableEngageableObject

The InteractableEngageableDetectionInteractableEngageableObject type exposes the following members.

Constructors
  NameDescription
Public methodInteractableEngageableDetectionInteractableEngageableObject
Initializes a new instance of the InteractableEngageableDetectionInteractableEngageableObject class
Top
Properties
  NameDescription
Public propertyIsEngageableType
Returns true if this object is engageable
Top
Fields
  NameDescription
Public fieldDistance
Distance to the object
Public fieldInteractableObject
The InteractableObject detected
Public fieldName
Name of the object
Public fieldObjectHierarchyPath
Hierarchy path tp the object
Top
See Also