ClickedEvents Class

Definition

The event configuration for the Clicked InteractionState.

public ref class ClickedEvents : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseInteractionEventConfiguration
public class ClickedEvents : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseInteractionEventConfiguration
type ClickedEvents = class
    inherit BaseInteractionEventConfiguration
Public Class ClickedEvents
Inherits BaseInteractionEventConfiguration
Inheritance

Constructors

ClickedEvents()

Fields

OnClicked

A Unity event that is fired when the Clicked state is active.

Properties

EventReceiver

The associated runtime event receiver for this event configuration.

(Inherited from BaseInteractionEventConfiguration)
StateName

The name of the state associated with this event configuration.

(Inherited from BaseInteractionEventConfiguration)

Applies to