|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| Scene (System.IntPtr p) | |
| bool | IsValidScene () |
| override? string | ToString () |
| string? | GetName () |
| string? | GetPath () |
| Entity | CreateEntity () |
| void | DestroyEntity (uint entityHandle) |
| static uint | SceneCreateEntity (System.IntPtr scene) |
| static void | SceneDestroyEntity (System.IntPtr scene, uint entityHandle) |
| static System.IntPtr | SceneGetName (System.IntPtr scene) |
| static System.IntPtr | SceneGetPath (System.IntPtr scene) |
Static Public Member Functions | |
| static void | DestroyEntity (Entity entity) |
Public Attributes | |
| System.IntPtr | sceneIntPtr |