Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in debug UI module #164

Open
PowerfulBacon opened this issue Feb 14, 2023 · 0 comments
Open

Add in debug UI module #164

PowerfulBacon opened this issue Feb 14, 2023 · 0 comments

Comments

@PowerfulBacon
Copy link
Owner

PowerfulBacon commented Feb 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant