Click or drag to resize

IAutoPointingObject Interface

Interface for interactable objects that by default cause the hand to automatically point when the users hand gets near

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface IAutoPointingObject : IInteractableObject

The IAutoPointingObject type exposes the following members.

Properties
  NameDescription
Public propertyShouldAutoPoint
True if this object requires automatic controller pointing.
Top
See Also