EDIA Core 0.6.0
A Unity XR toolbox for research
Loading...
Searching...
No Matches
Edia.XBlock Class Reference

Blueprint class for Task classes. More...

Public Member Functions

void AddToTrialSequence (Action methodStep)
 Add a method to the sequence of TrialSteps which are executed one after another by the EDIA state-machine.
void AddToConsoleLog (string _msg)
 Adds labeled and colored message to console if ShowConsoleMessages is enabled.

Detailed Description

Blueprint class for Task classes.

Member Function Documentation

◆ AddToConsoleLog()

void Edia.XBlock.AddToConsoleLog ( string _msg)
inline

Adds labeled and colored message to console if ShowConsoleMessages is enabled.

Handy for debugging.

Parameters
_msgMessage to show

◆ AddToTrialSequence()

void Edia.XBlock.AddToTrialSequence ( Action methodStep)
inline

Add a method to the sequence of TrialSteps which are executed one after another by the EDIA state-machine.

Parameters
methodStep

The documentation for this class was generated from the following file:
  • D:/Felix/Projects/EDIA/edia_core/Assets/com.edia.core/Runtime/Base/Scripts/Experiment/XBlock.cs