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
@@ -102,6 +102,7 @@ void FlyCameraInputComponent::Reflect(AZ::ReflectContext* reflection)
|
||||
->Attribute("Category", "Gameplay")
|
||||
->Attribute("Icon", "Icons/Components/FlyCameraInput.svg")
|
||||
->Attribute("ViewportIcon", "Icons/Components/Viewport/FlyCameraInput.svg")
|
||||
->Attribute(AZ::Edit::Attributes::HelpPageURL, "https://o3de.org/docs/user-guide/components/reference/gameplay/fly-camera-input/")
|
||||
->Attribute("AutoExpand", true)
|
||||
->Attribute("AppearsInAddComponentMenu", AZ_CRC("Game", 0x232b318c))
|
||||
->DataElement(0, &FlyCameraInputComponent::m_moveSpeed, "Move Speed", "Speed at which the camera moves")
|
||||
|
||||
Reference in New Issue
Block a user