Remove AI components from list of addable components in Inspector. (#5780)
Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>
This commit is contained in:
@@ -120,6 +120,7 @@ namespace LmbrCentral
|
||||
editContext->Class<NavigationComponent>(
|
||||
"Navigation", "The Navigation component provides basic pathfinding and pathfollowing services to an entity")
|
||||
->ClassElement(AZ::Edit::ClassElements::EditorData, "")
|
||||
->Attribute(AZ::Edit::Attributes::AddableByUser, false)
|
||||
->Attribute(AZ::Edit::Attributes::Category, "AI")
|
||||
->Attribute(AZ::Edit::Attributes::Icon, "Icons/Components/Navigation.svg")
|
||||
->Attribute(AZ::Edit::Attributes::ViewportIcon, "Icons/Components/Viewport/Navigation.svg")
|
||||
|
||||
Reference in New Issue
Block a user