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
@@ -59,7 +59,6 @@ namespace LmbrCentral
|
||||
->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/RandomTimedSpawner.svg")
|
||||
->Attribute(AZ::Edit::Attributes::AutoExpand, true)
|
||||
->Attribute(AZ::Edit::Attributes::AppearsInAddComponentMenu, AZ_CRC("Game", 0x232b318c))
|
||||
->Attribute(AZ::Edit::Attributes::HelpPageURL, "http://docs.aws.amazon.com/console/lumberyard/userguide/random-timed-spawner-component")
|
||||
->DataElement(AZ::Edit::UIHandlers::Default, &EditorRandomTimedSpawnerComponent::m_config, "m_config", "No Description")
|
||||
->Attribute(AZ::Edit::Attributes::AutoExpand, true)
|
||||
->Attribute(AZ::Edit::Attributes::Visibility, AZ::Edit::PropertyVisibility::ShowChildrenOnly)
|
||||
|
||||
Reference in New Issue
Block a user