Interface IEntity<TContext>
Interface describing an entity that can provide behaviors to a ISimulation. It also declares that the entity will be providing a type of binding context to behaviors.
Namespace: SpiceSharp.Entities
Assembly: SpiceSharp.dll
Syntax
public interface IEntity<TContext>
where TContext : IBindingContext
Type Parameters
| Name | Description |
|---|---|
| TContext | The type of binding context. |