IEntityWorld.HasRenderSystem() Method
Definition¶
Namespace: Brine2D.ECS
Checks if a render system of the specified type exists in this world.
bool HasRenderSystem<T>()
where T : class, Brine2D.ECS.IRenderSystem;
Type parameters¶
T