UpdateStrategy


Declaration

public abstract class UpdateStrategy : MonoBehaviour

Description

An update strategy that executes an update action.

Methods

ExecuteExecutes the update action.
RegisterRegisters an update action to be executed by the strategy.
UnregisterUnregisters an update action from being executed by the strategy.