Method | Description | |
---|---|---|
Signal ( ) : void |
Signals the PeriodicThread that an action should be performed.
|
|
Start ( System.Action action, Func |
Invokes the action at a frequency specified by getUpdateRateFunc; optionally waiting for a signal to execute the action.
|
|
Stop ( ) : void |
Stops this PeriodicThread.
|
public Start ( System.Action action, Func |
||
action | System.Action | /// The action to run at the frequency specifie. /// |
getUpdateRateFunc | Func |
/// A function that returns at which frequency (in Hz) the |
useSignal | bool |
/// |
return | void |