C# (CSharp) GameEngine.GameObjects Entity - 7 examples found. These are the top rated real world C# (CSharp) examples of GameEngine.GameObjects.Entity extracted from open source projects. You can rate examples to help us improve the quality of examples.
An abstract Entity class that should be inherited by objects which are to be visible within the game world. Any map objects, NPCs, particles or playable characters should inherit from this class in order to be used by the game engine.