docs.unity.cn
    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
    Generated by DocFX
    on Monday, May 8, 2023