SceneWorldConfiguration Class
Carries the per-scene world configuration delegate registered via ConfigureScene(Action<IEntityWorld>), the set of default systems excluded via ExcludeDefaultSystem<T>(), and any additional default systems added via AddDefaultSystem<T>(). Applied by SceneManager after the built-in system inclusion check.
internal sealed class SceneWorldConfiguration
Inheritance System.Object → SceneWorldConfiguration