IModular<T>
Interface in Zigurous.DataStructures
Declaration
public interface IModular<T>
where T : class
Description
A type that can register and unregister modules.
Type Parameters
T | The type of module that can be registered. |
Methods
Register | Registers a module to the entity. |
Unregister | Unregisters a module from the entity. |
IsRegistered | Checks if a given module is registered. |