Click or drag to resize

InteractableObjectLink Class

Links to an IInteractableObjectLink
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDK.InteractionInteractableObjectLink
            ImmerseSDK.InteractionEngageableObjectLink

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public class InteractableObjectLink : UnityEngine.MonoBehaviour, 
	IInteractableObjectLink

The InteractableObjectLink type exposes the following members.

Constructors
  NameDescription
Public methodInteractableObjectLink
Initializes a new instance of the InteractableObjectLink class
Top
Properties
  NameDescription
Public propertyInteractableObject
The linked IInteractableObject object
Top
Fields
  NameDescription
Private field_autoDiscover
Auto discover the linked IInteractableObject in the parent hierarchy on Awake()
Top
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also