SceneWorldConfiguration Class
Definition
Namespace: Brine2D.Engine
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.
Inheritance System.Object → SceneWorldConfiguration