Keep local orientation on collider spawn. Add option to keep orientation when resizing collider.

This commit is contained in:
Chandler Cox
2024-01-10 11:42:49 -06:00
parent 1094abce5a
commit 361cb914f3
3 changed files with 10 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ public:
/// <summary>
/// Resizes the collider based on the bounds of it's parent to contain it whole (including any siblings).
/// </summary>
API_FUNCTION() void AutoResize();
API_FUNCTION() void AutoResize(bool globalOrientation);
public:
// [Collider]