BaseNearInteractionTouchable Class

Definition

Base class for all NearInteractionTouchables.

public ref class BaseNearInteractionTouchable abstract : UnityEngine::MonoBehaviour
public abstract class BaseNearInteractionTouchable : UnityEngine.MonoBehaviour
type BaseNearInteractionTouchable = class
    inherit MonoBehaviour
Public MustInherit Class BaseNearInteractionTouchable
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
BaseNearInteractionTouchable
Derived

Remarks

113386b235e14807bca34b5d666b10c3ec4c4f8f931546bca3978d5cf6e238d5

Constructors

BaseNearInteractionTouchable()

Fields

debounceThreshold
eventsToReceive

Properties

DebounceThreshold

Distance in front of the surface at which you will receive a touch completed event.

EventsToReceive

The type of event to receive.

Methods

DistanceToTouchable(Vector3, Vector3)
OnValidate()

Applies to