We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97f1e1 commit b8414c0Copy full SHA for b8414c0
Assets/UXF/Scripts/Etc/Trial.cs
@@ -122,7 +122,7 @@ public void Begin()
122
123
if (this == block.firstTrial)
124
{
125
- // call block on begin event
+ session.onBlockBegin.Invoke(block);
126
}
127
128
session.onTrialBegin.Invoke(this);
@@ -146,7 +146,7 @@ public void End()
146
147
if (this == block.lastTrial)
148
149
- // call block on end event
+ session.onBlockEnd.Invoke(block);
150
151
152
0 commit comments