class MAGES::Networking::InteractorNetworkEvents

Overview

The network events regarding the interactable. More…

class InteractorNetworkEvents: public MonoBehaviour
{
public:
    // properties

    UnityEvent HoverEntered;
    UnityEvent HoverExited;
    UnityEvent SelectEntered;
    UnityEvent SelectExited;
    UnityEvent ActivateEntered;
    UnityEvent ActivateExited;
};

Detailed Documentation

The network events regarding the interactable.

Properties

UnityEvent HoverEntered

Gets or sets the UnityEvent invoked after the interactor begins hovering an IInteractable.

UnityEvent HoverExited

Gets or sets the UnityEvent invoked after the interactor ends hovering an IInteractable.

UnityEvent SelectEntered

Gets or sets the UnityEvent invoked after the interactor begins selecting an IInteractable.

UnityEvent SelectExited

Gets or sets the UnityEvent invoked after the interactor ends selecting an IInteractable.

UnityEvent ActivateEntered

Gets or sets the UnityEvent invoked after the interactor begins activating an IInteractable.

UnityEvent ActivateExited

Gets or sets the UnityEvent invoked after the interactor ends activating an IInteractable.