Enum CinemachineStoryboard.StoryboardRenderMode
Camera render modes supported by CinemachineStoryboard.
Namespace: Cinemachine
Syntax
public enum StoryboardRenderMode
Fields
Name | Description | Value |
---|---|---|
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. |