Click or drag to resize

EngagingExtensions Class

Extension methods for Engaging
Inheritance Hierarchy
SystemObject
  ImmerseSDK.ExtensionsEngagingExtensions

Namespace:  ImmerseSDK.Extensions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static class EngagingExtensions

The EngagingExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAreMet
Checks to see if all requirements are met. If any of them fails, the method returns false.
Public methodStatic memberDisengage
Disengage an engageable object
Public methodStatic memberEngage
Engage an engageable object. This will be a local/remote engagement based on it's type (EngageableObject)
Public methodStatic memberIsAvailable
Checks whether the target is available for interaction
Top
See Also