We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a UI component to describe various properties of the game. It'll be used on a pause menu display panel while the game is still in development.
string GetGraphicsAPI()
string GetVersion()
string GetPlatform()
Linux
Windows
string GetPhysicsEngine()
Havok
Jolt
The text was updated successfully, but these errors were encountered:
Completed by Erin in a recent update. The actual version HUD hasn't been merged #59
Sorry, something went wrong.
AWildErin
No branches or pull requests
Game Version UI Component
We need a UI component to describe various properties of the game. It'll be used on a pause menu display panel while the game is still in development.
API Description
string GetGraphicsAPI()
- Returns DX11, DX9, D9VK or DX11VKstring GetVersion()
- Returns the short SHA of the engine repo, used as a version stringstring GetPlatform()
- ReturnsLinux
orWindows
string GetPhysicsEngine()
- ReturnsHavok
orJolt
The text was updated successfully, but these errors were encountered: