Interface IModuleMarsUpdate
Define this module as one that needs MARS lifecycle update callbacks
Inherited Members
IModule.LoadModule()
IModule.UnloadModule()
Namespace: Unity.MARS
Assembly: Unity.MARS.Interfaces.dll
Syntax
public interface IModuleMarsUpdate : IModule
Methods
OnMarsUpdate()
Called at fixed intervals while the MARS lifecycle is running
Declaration
void OnMarsUpdate()