docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum CanvasControlScheme

    The current Canvas control scheme.

    Note

    The control scheme defines the key bindings for the Canvas manipulator.

    • LMB = Left mouse button
    • MMB = Middle mouse button (wheel button)
    • RMB = Right mouse button
    Warning

    If a primaryManipulator is set on the Canvas, this manipulator will override the control scheme when the pointer (mouse, trackpad, etc) is used without modifier keys.

    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    public enum CanvasControlScheme

    Fields

    Name Description
    Editor

    The default control scheme, similar to others Unity Editor tools.

    ControlBindings
    PanMMB
    Pan (alt)Alt + LMB
    ZoomMouse/Trackpad Scroll
    Zoom InCtrl/Cmd + +
    Zoom OutCtrl/Cmd + -
    Reset ZoomCtrl/Cmd + 0
    Modern

    The alternate control scheme, similar to Figma, Sketch, etc.

    ControlBindings
    PanMMB
    Pan (alt)Space + LMB
    Pan (trackpad alternative)Swipe gesture
    ZoomCtrl/Cmd + Mouse Scroll
    Zoom (trackpad alternative)Pinch gesture
    Zoom InCtrl/Cmd + +
    Zoom OutCtrl/Cmd + -
    Reset ZoomCtrl/Cmd + 0
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)