CommandManager
class · namespace Hazel
public class CommandManager
Properties
Commands
public IReadOnlyList<ICommand> Commands { get; }
Methods
Add(ICommand)
public void Add(ICommand command)
ApplyConfig(Rpc.SimulationContract?, System.Random)
public void ApplyConfig(Rpc.SimulationContract? contract, System.Random rng)
GetCommand(string)
public ICommand? GetCommand(string name)
Step(float, System.Random)
public void Step(float dt, System.Random rng)
Source: Hazel/Learn/CommandManager.cs