Struct TimeSampler
TimeSampler allows to compute regularly spaced time samples inside a time interval
Namespace: Unity.Kinematica
Assembly: solution.dll
Syntax
public struct TimeSampler
Fields
Name | Description |
---|---|
advanceInSeconds | Time step between samples |
sampleCount | Number of samples, should be at least one |
startTimeInSeconds | Time of the first sample |
Properties
Name | Description |
---|---|
this[int] |
Methods
Name | Description |
---|---|
CreateFromRange(float, float, int) |