Move managed code into native impl for #2063

This commit is contained in:
Wojtek Figat
2023-12-14 11:03:58 +01:00
parent 8a5a7851cf
commit b87a7d16fb
3 changed files with 32 additions and 56 deletions

View File

@@ -43,6 +43,11 @@ public:
return _bounds;
}
/// <summary>
/// Resizes the collider based on the bounds of it's parent to contain it whole (including any siblings).
/// </summary>
API_FUNCTION() void AutoResize();
public:
// [Collider]
#if USE_EDITOR