Added various method to the .Net API
- IsKeyDown - GetMousePosition - GetEntity - HasComponent - GetComponent - Added InputKeyCode to C#
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Nuake {
|
||||
|
||||
void EngineNetAPI::RegisterMethods()
|
||||
{
|
||||
RegisterMethod("LoggerLogIcall", (void*)(&Log));
|
||||
RegisterMethod("Engine.LoggerLogIcall", (void*)(&Log));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user