|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| virtual void | OnStart () |
| virtual void | OnAttach () |
| virtual void | OnUpdate () |
| virtual void | OnEditorUpdate () |
| virtual void | OnDestroy () |
| Entity | GetEntity () |
| T | CreateComponent< T > () |
| T? | GetComponent< T > () |
| void | DeleteComponent< T > () |
| TransformComponent? | GetTransformComponent () |
Public Attributes | |
| readonly Entity | entity |