BadScript 2
Loading...
Searching...
No Matches
BadTaskRunnerSettings.cs
Go to the documentation of this file.
2
4
8public class BadTaskRunnerSettings : BadSettingsProvider<BadTaskRunnerSettings>
9{
12
16 public BadTaskRunnerSettings() : base("Runtime.Task") { }
17
22 {
23 get => m_TaskIterationTime.GetValue();
24 set => m_TaskIterationTime.Set(value);
25 }
26}
readonly BadEditableSetting< BadTaskRunnerSettings, int > m_TaskIterationTime
int TaskIterationTime
The Iteration Time of the Task Runner(how many iterations per runner step)
Implements an Editable Setting.
Helper class that can be used to automatically load a settings object from a file.
Contains task/async Extensions and Integrations for the BadScript2 Runtime.
Contains the Settings Implementation.