Click or drag to resize

IInteractableObjectLink Interface

Used when we combine colliders onto a single RigidBody to stop object from vibrating (colliding with themselves) Or to link a collider of a button or a switch so we can detect it belongs to the object

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

The IInteractableObjectLink type exposes the following members.

Properties
  NameDescription
Public propertyInteractableObject
The engageable object that this object uses to forward any collisions to
Top
See Also