Show / Hide Table of Contents

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:

NameId
PO80
PO41
O22
POZ3
O14
OZ5
PO36
PO77
If you intend to get the contacts values by yourself, you may want to use the GetContact(UInt32) method with these ids as parameter.