12345678910111213141516171819202122232425 |
- {
- "gem_name": "MessagePopup",
- "version": "0.0.0",
- "display_name": "Message Popup",
- "license": "Apache-2.0 Or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "origin": "Open 3D Engine - o3de.org",
- "origin_url": "https://github.com/o3de/o3de",
- "type": "Code",
- "summary": "The Message Popup Gem provides an example implementation of popup messages using LyShine in Open 3D Engine.",
- "canonical_tags": [
- "Gem"
- ],
- "user_tags": [
- "Gameplay",
- "Sample"
- ],
- "icon_path": "preview.png",
- "requirements": "",
- "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/ui/message-popup/",
- "dependencies": [
- "LyShine"
- ]
- }
|