Skip to content
Merged
Changes from 5 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
9 changes: 9 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,15 @@ description: |

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


Warning:
It should also be noted that when changing `Workspace.CurrentCamera` to a new `Camera`
and there is more than a single `Camera` present in the top-hierarchy of `Workspace`
then all other unused `Camera` objects shall be parented to `nil` but not `Destroy()`d.

If you require a `Camera` to stay around, it is recommended to parent it inside a `Model` or object other than directly under `Workspace`.

code_samples:
inherits:
- PVInstance
Expand Down