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.

Search Results for

    Show / Hide Table of Contents

    Class RotateWithPan

    Rotates a game object in response to panning motion from the specified panzoom component.

    Inheritance
    Object
    RotateWithPan
    Namespace: Microsoft.MixedReality.Toolkit.Examples
    Assembly: cs.temp.dll.dll
    Syntax
    public class RotateWithPan : MonoBehaviour

    Methods

    OnPanEnded(HandPanEventData)

    Declaration
    public void OnPanEnded(HandPanEventData eventData)
    Parameters
    Type Name Description
    HandPanEventData eventData

    OnPanning(HandPanEventData)

    Declaration
    public void OnPanning(HandPanEventData eventData)
    Parameters
    Type Name Description
    HandPanEventData eventData

    OnPanStarted(HandPanEventData)

    Declaration
    public void OnPanStarted(HandPanEventData eventData)
    Parameters
    Type Name Description
    HandPanEventData eventData
    In This Article
    Back to top Generated by DocFX