Class EvaluationSchedulerModule
Inheritance
EvaluationSchedulerModule
Inherited Members
Unity.XRTools.Utils.Internal.ScriptableSettingsBase.GetInstanceByType(System.Type)
Namespace: Unity.MARS.Query
Syntax
[ScriptableSettingsPath("Assets/MARS/Settings")]
[MovedFrom("Unity.MARS")]
public class EvaluationSchedulerModule : ScriptableSettings<EvaluationSchedulerModule>, IModuleMarsUpdate, IModuleBehaviorCallbacks, IModuleDependency<QueryPipelinesModule>, IModule
Methods
GetEvaluationInterval()
Declaration
public float GetEvaluationInterval()
Returns
Type | Description |
---|---|
Single |
ResetTime()
Reset the last execution time for the evaluation task
Declaration
public void ResetTime()
SetEvaluationInterval(Single)
Declaration
public void SetEvaluationInterval(float seconds)
Parameters
Type | Name | Description |
---|---|---|
Single | seconds |
Explicit Interface Implementations
IModuleMarsUpdate.OnMarsUpdate()
Called at fixed intervals while the MARS lifecycle is running
Declaration
void IModuleMarsUpdate.OnMarsUpdate()
Implements
IModule.LoadModule()
Declaration
void IModule.LoadModule()
Implements
IModule.UnloadModule()
Declaration
void IModule.UnloadModule()
Implements
IModuleBehaviorCallbacks.OnBehaviorAwake()
Declaration
void IModuleBehaviorCallbacks.OnBehaviorAwake()
Implements
IModuleBehaviorCallbacks.OnBehaviorDestroy()
Declaration
void IModuleBehaviorCallbacks.OnBehaviorDestroy()
Implements
IModuleBehaviorCallbacks.OnBehaviorDisable()
Declaration
void IModuleBehaviorCallbacks.OnBehaviorDisable()
Implements
IModuleBehaviorCallbacks.OnBehaviorEnable()
Declaration
void IModuleBehaviorCallbacks.OnBehaviorEnable()
Implements
IModuleBehaviorCallbacks.OnBehaviorStart()
Declaration
void IModuleBehaviorCallbacks.OnBehaviorStart()
Implements
IModuleBehaviorCallbacks.OnBehaviorUpdate()
Declaration
void IModuleBehaviorCallbacks.OnBehaviorUpdate()
Implements
IModuleDependency<QueryPipelinesModule>.ConnectDependency(QueryPipelinesModule)
Declaration
void IModuleDependency<QueryPipelinesModule>.ConnectDependency(QueryPipelinesModule dependency)
Parameters
Type | Name | Description |
---|---|---|
QueryPipelinesModule | dependency |