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