UserInterface.AddEntity Method

GeonBit.UI

UserInterfaceAddEntity Method
Add an entity to screen.

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

Parameters

entity
Type: GeonBit.UI.EntitiesEntity
Entity to add.

Return Value

Type: Entity

[Missing <returns> documentation for "M:GeonBit.UI.UserInterface.AddEntity(GeonBit.UI.Entities.Entity)"]

See Also