docs.unity3d.com
    Show / Hide Table of Contents

    Enum CinemachineStoryboard.StoryboardRenderMode

    Camera render modes supported by CinemachineStoryboard.

    Namespace: Cinemachine
    Syntax
    public enum StoryboardRenderMode

    Fields

    Name Description Value
    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.


    0
    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.


    1
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023