something something
This commit is contained in:
@@ -14,6 +14,14 @@ public class ExampleComponent : Component
|
||||
Console.WriteLine($"C# deltaTime {deltaTime} object id {Owner.Id}");
|
||||
ImGui.Begin("C# WINDOW");
|
||||
ImGui.Text("Hello from ExampleComponent!");
|
||||
if (ImGui.Button("create GameObject"))
|
||||
{
|
||||
GameObject.Create();
|
||||
}
|
||||
if (ImGui.Button("GC Collect"))
|
||||
{
|
||||
GC.Collect();
|
||||
}
|
||||
ImGui.End();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user