Click or drag to resize
IEntity Interface
A basic renderable entity.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IEntity

The IEntity type exposes the following members.

Properties
  NameDescription
Public propertyVisible
Return if the entity is currently visible.
Top
Methods
  NameDescription
Public methodDraw
Draw this entity.
Public methodGetBoundingBox
Get the bounding box of this entity (in world space).
Public methodGetBoundingSphere
Get the bounding sphere of this entity (in world space).
Top
See Also