Class ContactsVisualization
This component displays the reliablity of the Device's contacts.
Namespace: NextMind.Devices
Assembly: NextMind.UnitySDK.Runtime.dll
Syntax
public class ContactsVisualization : MonoBehaviour
Remarks
It will display contact values as colors on the UnityEngine.UI.Image component of the children objects. To map a contact's UnityEngine.UI.Image to its value, children must have specific names. The following table shows the relation between electrodes names and their id:
| Name | Id |
|---|---|
| PO8 | 0 |
| PO4 | 1 |
| O2 | 2 |
| POZ | 3 |
| O1 | 4 |
| OZ | 5 |
| PO3 | 6 |
| PO7 | 7 |