Files
o3de/Gems/FastNoise/gem.json
T
2021-03-25 13:57:57 -07:00

38 lines
1.0 KiB
JSON

{
"gem_name": "FastNoise",
"GemFormatVersion": 4,
"Uuid": "c5f23032407f49ca8d8de1733423565c",
"Name": "FastNoise",
"DisplayName": "Fast Noise Gradient [PREVIEW]",
"Version": "0.1.0",
"Summary": "A Lumberyard Gem that provides a Gradient Signal component for FastNoise. FastNoise is a realtime noise generation library with a large collection of different noise algorithms.",
"Tags": ["Gradient"],
"IconPath": "preview.png",
"Modules": [
{
"Type": "GameModule"
},
{
"Name": "Editor",
"Type": "EditorModule",
"Extends": "GameModule"
}
],
"Dependencies": [
{
"Uuid": "8825563d9d964ec3be3bab681f3bd9f2",
"VersionConstraints": [
"~>0.1"
],
"_comment": "GradientSignal"
},
{
"Uuid": "5de82d29d6094bfe97c1a4d35fcd5fbe",
"VersionConstraints": [
"~>0.1"
],
"_comment": "SurfaceData"
}
]
}