Class RecordedInput
- Namespace
- DotFly
- Assembly
- DotFly.Engine.dll
An input-port write as recorded.
public sealed record RecordedInput : IEquatable<RecordedInput>
- Inheritance
-
RecordedInput
- Implements
- Inherited Members
Constructors
RecordedInput(long, int, float[])
An input-port write as recorded.
public RecordedInput(long Step, int Port, float[] Values)
Parameters
Properties
Port
Port id.
public int Port { get; init; }
Property Value
Step
Step from which the values applied.
public long Step { get; init; }
Property Value
Values
Values.
public float[] Values { get; init; }
Property Value
- float[]