Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
virtual void | OnStart () |
virtual void | OnAttachComponent () |
virtual void | OnUpdate () |
virtual void | OnEditorUpdate () |
virtual void | OnDestroy () |
void | Print (Logger.LogSeverity severity, string message) |
Entity | GetEntity () |
T | CreateComponent< T > () |
T | GetComponent< T > () |
void | DeleteComponent< T > () |
TransformComponent | GetTransform () |
Public Attributes | |
readonly Entity | entity |