Merge commit '1f2385ca1adb422380b52252925f6eb397a2172d' into junbo/gitflow_211123_o3de
This commit is contained in:
+1
-1
@@ -27,6 +27,6 @@ namespace Terrain
|
||||
static constexpr const char* const s_componentDescription = "Provides height data for a region to the terrain system";
|
||||
static constexpr const char* const s_icon = "Editor/Icons/Components/TerrainHeight.svg";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/TerrainHeight.svg";
|
||||
static constexpr const char* const s_helpUrl = "";
|
||||
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/terrain/height_gradient_list/";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,6 @@ namespace Terrain
|
||||
static constexpr const char* const s_componentDescription = "Defines a terrain region for use by the terrain system";
|
||||
static constexpr const char* const s_icon = "Editor/Icons/Components/TerrainLayerSpawner.svg";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/TerrainLayerSpawner.svg";
|
||||
static constexpr const char* const s_helpUrl = "";
|
||||
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/terrain/layer_spawner/";
|
||||
};
|
||||
}
|
||||
|
||||
+1
-1
@@ -27,6 +27,6 @@ namespace Terrain
|
||||
static constexpr const char* const s_componentDescription = "Provides a mapping between gradients and surface tags for use by the terrain system.";
|
||||
static constexpr const char* const s_icon = "Editor/Icons/Components/TerrainSurfaceGradientList.svg";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/TerrainSurfaceGradientList.svg";
|
||||
static constexpr const char* const s_helpUrl = "";
|
||||
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/terrain/surface-gradient-list/";
|
||||
};
|
||||
}
|
||||
|
||||
+1
-1
@@ -27,6 +27,6 @@ namespace Terrain
|
||||
static constexpr const char* const s_componentDescription = "Provides a mapping between surface tags and render materials.";
|
||||
static constexpr const char* const s_icon = "Editor/Icons/Components/TerrainSurfaceMaterials.svg";
|
||||
static constexpr const char* const s_viewportIcon = "Editor/Icons/Components/Viewport/TerrainSurfaceMaterials.svg";
|
||||
static constexpr const char* const s_helpUrl = "";
|
||||
static constexpr const char* const s_helpUrl = "https://o3de.org/docs/user-guide/components/reference/terrain/surface-material-list/";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user