VelocityCommand¶ class · namespace Hazel Implements ICommand public class VelocityCommand : ICommand Properties¶ Name¶ public string Name { get; } Size¶ public int Size { get; } Values¶ public float[] Values { get; } Methods¶ ApplyConfig(Rpc.SimulationContract?)¶ public void ApplyConfig(Rpc.SimulationContract? contract) Sample(System.Random)¶ public void Sample(System.Random rng) Step(float, System.Random)¶ public void Step(float dt, System.Random rng) Source: Hazel/Learn/CommandManager.cs