csharp
public readonly record struct GameplaySystemRegistrationA system a module contributes, and when it runs.
Fields and properties (3)
public string ModuleWhich module asked for it.
public SystemPhase PhaseWhich phase of the frame it belongs to.
public Func<ISystem> CreateHow to make one.
Methods (1)
public GameplaySystemRegistration(string Module, SystemPhase Phase, Func<ISystem> Create)A system a module contributes, and when it runs.
Used by (3)
- GameplayCompositionVixen.Gameplay
- GameplayConfigVixen.Gameplay
- GameplayConfigTestsVixen.Gameplay.Tests