Add various engine systems to debug commands

This commit is contained in:
Wojtek Figat
2024-10-24 19:35:24 +02:00
parent e324d32769
commit 302fc2feb1
10 changed files with 16 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ public:
/// <summary>
/// Gets the current gravity force.
/// </summary>
API_PROPERTY() static Vector3 GetGravity();
API_PROPERTY(Attributes="DebugCommand") static Vector3 GetGravity();
/// <summary>
/// Sets the current gravity force.