Register in the map the specified entity.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public void Register( TEntity entity )
Parameters
- entity (TEntity)
- Entity to register.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | entity is nullNothingnullptr. |
ArgumentException | entity has already been registered. |