UserInterface.RemoveEntity Method

GeonBit.UI

UserInterfaceRemoveEntity Method
Remove an entity from screen.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveEntity(
	Entity entity
)

Parameters

entity
Type: GeonBit.UI.EntitiesEntity
Entity to remove.
See Also