
Class GlobalStatusEvent
Syntax [Serializable] public class GlobalStatusEvent : UnityEvent<EventBase>, ISerializationCallbackReceiver Implements UnityEngine.ISerializationCallbackReceiver
Welcome to the NextMind SDK Scripting Reference!
Welcome to the NextMind SDK Scripting Reference! This section of the documentation contains details of the scripting API that NextMind provides. The scripting reference is organised according to the …
Enum ScanningState - snapchat.github.io
Enumeration providing the available states regarding device scanning. Namespace: NextMind
Class NeuroTag - snapchat.github.io
Remarks Each NeuroTag in the scene gets a specific visual signature that will generate a response in the user brain. The NextMind engine can detect this response to measure the attentional focus of the …
Namespace NextMind.Events
DeviceConnectionEvent UnityEvent for NextMind callbacks regarding device connection (connected/disconnected/available/unavailable).
Enum NeuroManager.ScanBehaviour
Enumeration providing the available Device scanning behaviours. Namespace: NextMind
Class CalibrationManager
Remarks Here is the process in a simplified way after calling StartCalibration ():
Namespace NextMind.Calibration
TagCalibrationBehaviour TagCalibrationBehaviour is the base class from which you must inherit to define the NeuroTag 's behaviour during calibration.
Namespace NextMind.Devices
ConnectedDeviceStatus This component displays basic information about the last connected Device.
Namespace NextMind.NeuroTags
NeuroTagFeedback A simple component forwarding the last confidence values of a NeuroTag to the UnityEngine.Animator attached to it.