Implement auto-sizing for box colliders when they are added to the scene.
This commit is contained in:
@@ -534,6 +534,8 @@ namespace FlaxEditor.Modules
|
||||
{
|
||||
node.ParentNode = parentNode;
|
||||
}
|
||||
|
||||
actor.OnActorSpawned();
|
||||
}
|
||||
|
||||
private void OnActorDeleted(Actor actor)
|
||||
|
||||
Reference in New Issue
Block a user