Fix using Camera refs

This commit is contained in:
Wojtek Figat
2021-04-12 12:57:15 +02:00
parent 8a725ec243
commit 5ab554f61c
3 changed files with 6 additions and 5 deletions

View File

@@ -251,7 +251,7 @@ public:
/// <summary>
/// The scene rendering camera. Can be used to override the rendering view properties based on the current camera setup.
/// </summary>
API_FIELD() Camera* Camera = nullptr;
API_FIELD() ScriptingObjectReference<Camera> Camera;
/// <summary>
/// The render view description.