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
@@ -33,6 +33,7 @@ namespace LmbrCentral
|
||||
->Attribute(AZ::Edit::Attributes::Category, "Gameplay")
|
||||
->Attribute(AZ::Edit::Attributes::Icon, "Icons/Components/LookAt.svg")
|
||||
->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/LookAt.svg")
|
||||
->Attribute(AZ::Edit::Attributes::HelpPageURL, "https://o3de.org/docs/user-guide/components/reference/gameplay/look-at/")
|
||||
->Attribute(AZ::Edit::Attributes::AutoExpand, true)
|
||||
->Attribute(AZ::Edit::Attributes::AppearsInAddComponentMenu, AZ_CRC("Game", 0x232b318c))
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -41,7 +41,6 @@ namespace LmbrCentral
|
||||
->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/Spawner.svg")
|
||||
->Attribute(AZ::Edit::Attributes::AppearsInAddComponentMenu, AZ_CRC("Game", 0x232b318c))
|
||||
->Attribute(AZ::Edit::Attributes::AutoExpand, true)
|
||||
->Attribute(AZ::Edit::Attributes::HelpPageURL, "https://o3de.org/docs/user-guide/components/reference/spawner/")
|
||||
->DataElement(0, &EditorSpawnerComponent::m_sliceAsset, "Dynamic slice", "The slice to spawn")
|
||||
->Attribute(AZ::Edit::Attributes::ChangeNotify, &EditorSpawnerComponent::SliceAssetChanged)
|
||||
->DataElement(0, &EditorSpawnerComponent::m_spawnOnActivate, "Spawn on activate", "Should the component spawn the selected slice upon activation?")
|
||||
|
||||
Reference in New Issue
Block a user