UpdateStrategy
Class in Zigurous.Architecture
Declaration
public abstract class UpdateStrategy : MonoBehaviour
Description
An update strategy that executes an update action.
Methods
Execute | Executes the update action. |
Register | Registers an update action to be executed by the strategy. |
Unregister | Unregisters an update action from being executed by the strategy. |