docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum CinemachineStoryboard.StoryboardRenderMode

    Camera render modes supported by CinemachineStoryboard.

    Namespace: Unity.Cinemachine
    Assembly: Unity.Cinemachine.dll
    Syntax
    public enum CinemachineStoryboard.StoryboardRenderMode

    Fields

    Name Description
    ScreenSpaceCamera

    Render using the vcam on which the storyboard is on. This is useful, if you'd like to render the storyboard at a specific distance from the vcam. Equivalent to Unity's RenderMode.ScreenSpaceCamera.

    ScreenSpaceOverlay

    Renders in camera screen space. This means, that the storyboard is going to be displayed in front of any objects in the scene. Equivalent to Unity's RenderMode.ScreenSpaceOverlay.

    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)