Skip to content

ICommand

interface · namespace Hazel

public interface ICommand

Properties

Name

string Name { get; }

Size

int Size { get; }

Values

float[] Values { get; }

Methods

ApplyConfig(Rpc.SimulationContract?)

void ApplyConfig(Rpc.SimulationContract? contract)

Sample(System.Random)

void Sample(System.Random rng)

Step(float, System.Random)

void Step(float dt, System.Random rng)

Source: Hazel/Learn/CommandManager.cs