Skip to main content
Version: 20 Mar 2024

ControllerTests

Public Methods

void MLControlSetup

A [Setup] method will execute BEFORE each and every test in this class. They're useful for preparing a scene state with certain components that will be needed by the tests.

public void MLControlSetup()

void MLControlTearDown

A [TearDown] method will execute AFTER each and every test in this class. They're useful for cleanup, where you don't want something leftover from one test to possibly affect the next. May be unnecessary if you only have one test.

public void MLControlTearDown()

void MLInput_ControllerActions

public void MLInput_ControllerActions()