Class Sample
Namespace: Unity.Simulation
Syntax
[Serializable]
public class Sample
Fields
sampleValues
Declaration
public Queue<double> sampleValues
Field Value
| Type | Description |
|---|---|
| System.Collections.Queue<Double> |
stopwatch
Declaration
public Stopwatch stopwatch
Field Value
| Type | Description |
|---|---|
| Stopwatch |
threadID
Declaration
public int threadID
Field Value
| Type | Description |
|---|---|
| Int32 |
timeSinceStartup
Declaration
public float timeSinceStartup
Field Value
| Type | Description |
|---|---|
| Single |
value
Declaration
public double value
Field Value
| Type | Description |
|---|---|
| Double |