Click or drag to resize

IEngageableObjectLink Interface

Used when we combine colliders onto a single RigidBody to stop object from vibrating (colliding with themselves)

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

The IEngageableObjectLink type exposes the following members.

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