mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Implemented Entity and Component Drop-Targets and added Name property for entities
- Also fixed non generic GetComponent - Use UUID as Drag-Drop value for entities - Removed unused methods from ComponentEditWindow - Started a marginally type-safe version of ImGui.Payload
This commit is contained in:
@@ -76,6 +76,9 @@ static class Mono
|
||||
[LinkName(.C)]
|
||||
public static extern MonoString* mono_string_new(MonoDomain* domain, char8* text);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoString* mono_string_new_len(MonoDomain* domain, char8* text, uint32 length);
|
||||
|
||||
[LinkName(.C)]
|
||||
public static extern MonoDomain* mono_domain_get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user