Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/en-us/reference/engine/classes/Camera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ description: |

See [Customizing the Camera](../../../workspace/camera.md) for more
information on how to adjust and customize the camera's behavior.


#### Storing Multiple Cameras

Note that when changing `Class.Workspace.CurrentCamera` to a new `Class.Camera`,
all other `Class.Camera|Cameras` directly descending from `Class.Workspace` will be
destroyed. If you need to store multiple cameras and swap between them on demand,
it's recommended that you store them in a `Class.Folder` or `Class.Model` under
`Class.Workspace`, inside which they will remain even when
`Class.Workspace.CurrentCamera|CurrentCamera` is changed.
code_samples:
inherits:
- PVInstance
Expand Down