We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class ColliderNearInteractionTouchable

    Base class for all touchables using colliders.

    Inheritance
    Object
    BaseNearInteractionTouchable
    ColliderNearInteractionTouchable
    NearInteractionTouchable
    NearInteractionTouchableVolume
    Inherited Members
    BaseNearInteractionTouchable.eventsToReceive
    BaseNearInteractionTouchable.EventsToReceive
    BaseNearInteractionTouchable.pokeThreshold
    BaseNearInteractionTouchable.PokeThreshold
    BaseNearInteractionTouchable.debounceThreshold
    BaseNearInteractionTouchable.DebounceThreshold
    BaseNearInteractionTouchable.DistanceToTouchable(Vector3, Vector3)
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ColliderNearInteractionTouchable : BaseNearInteractionTouchable

    Properties

    ColliderEnabled

    Declaration
    public bool ColliderEnabled { get; }
    Property Value
    Type Description
    Boolean

    TouchableCollider

    Declaration
    public Collider TouchableCollider { get; }
    Property Value
    Type Description
    Collider

    Methods

    OnValidate()

    Declaration
    protected void OnValidate()
    Back to top Generated by DocFX