Skip to content

Add in debug UI module #164

@PowerfulBacon

Description

@PowerfulBacon

Add in a module that lets us easilly add data to a UI screen which updates.

// Add a delegate to draw data to the debug UI
DebugUi.AddData(() => {
  return "Data here";
});

This will be important and useful for networking, where logging is pretty ineffective

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions