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