Class StatisticsEntry
Wrapper class for single path statistics and controller for UI representation
Inheritance
System.Object
StatisticsEntry
Namespace: Marus.StatisticsUI
Assembly: cs.temp.dll.dll
Syntax
public class StatisticsEntry : MonoBehaviour
Fields
cameraViewController
Declaration
public MousePointToImagePointController cameraViewController
Field Value
| Type | Description |
|---|---|
| MousePointToImagePointController |
FileName
Recording filename
Declaration
public string FileName
Field Value
| Type | Description |
|---|---|
| System.String |
ParentController
Reference to parent script for communicating
Declaration
public PathRecordingsVisualization ParentController
Field Value
| Type | Description |
|---|---|
| PathRecordingsVisualization |
Methods
ChangeSize(Single)
Declaration
public void ChangeSize(float value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | value |
GetColors()
Declaration
public Tuple<Color, Color> GetColors()
Returns
| Type | Description |
|---|---|
| Tuple<Color, Color> |