Cleaned up issues with multiple components ? button (#6555)
* Cleaned up issues with multiple components ? button Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Commit for merge Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Commit before merge Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * WIP Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Before merge from development Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Updated all HelpURL Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c9432dc5e0
commit
e57b854fca
@@ -37,9 +37,6 @@ namespace Blast
|
||||
->Attribute(AZ::Edit::Attributes::Icon, "Icons/Components/Box.png")
|
||||
->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/Box.png")
|
||||
->Attribute(AZ::Edit::Attributes::AppearsInAddComponentMenu, AZ_CRC("Game", 0x232b318c))
|
||||
->Attribute(
|
||||
AZ::Edit::Attributes::HelpPageURL,
|
||||
"https://o3de.org/docs/user-guide/components/reference/destruction/blast-family/")
|
||||
->Attribute(AZ::Edit::Attributes::AutoExpand, true)
|
||||
->DataElement(
|
||||
AZ::Edit::UIHandlers::Default, &EditorBlastFamilyComponent::m_blastAsset, "Blast asset",
|
||||
|
||||
@@ -60,9 +60,6 @@ namespace Blast
|
||||
->Attribute(AZ::Edit::Attributes::Icon, "Icons/Components/Box.png")
|
||||
->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/Box.png")
|
||||
->Attribute(AZ::Edit::Attributes::AppearsInAddComponentMenu, AZ_CRC("Game", 0x232b318c))
|
||||
->Attribute(
|
||||
AZ::Edit::Attributes::HelpPageURL,
|
||||
"https://o3de.org/docs/user-guide/components/reference/destruction/blast-family-mesh-data/")
|
||||
->Attribute(AZ::Edit::Attributes::AutoExpand, true)
|
||||
->DataElement(
|
||||
AZ::Edit::UIHandlers::CheckBox, &EditorBlastMeshDataComponent::m_showMeshAssets,
|
||||
|
||||
Reference in New Issue
Block a user