Implement auto-sizing for box colliders when they are added to the scene.

This commit is contained in:
Menotdan
2023-12-09 17:43:06 -05:00
parent 306dd43b18
commit 4e54e945ef
3 changed files with 38 additions and 0 deletions

View File

@@ -534,6 +534,8 @@ namespace FlaxEditor.Modules
{
node.ParentNode = parentNode;
}
actor.OnActorSpawned();
}
private void OnActorDeleted(Actor actor)