Class OnceTests
Inherited Members
Namespace: Unity.VisualScripting.Tests.Units.Control
Assembly: solution.dll
Syntax
public class OnceTests : BaseGraphExecutionTests
Methods
TestAfterTriggeredAgainAfterReset()
After the reset input is triggered, the Once output is triggered once more.
Declaration
public void TestAfterTriggeredAgainAfterReset()
TestMultipleTriggers()
A Once node that's triggered multiple times triggers the Once output a single time and then the After output.
Declaration
public void TestMultipleTriggers()
TestOnceTriggeredAgainAfterReset()
After the reset input is triggered, the Once output is triggered once more.
Declaration
public void TestOnceTriggeredAgainAfterReset()
TestReset()
When the reset input is triggered, the Once node prepares to trigger the once output again, but does not do so unless its enter input is triggered again.
Declaration
public void TestReset()
TestSingleTrigger()
A Once node that's triggered a single time triggers the Once output and not the After output.
Declaration
public void TestSingleTrigger()