Skip to content

Added engine detail to Camera.yaml #1053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 16, 2025
Merged
Changes from 3 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