RecastNavigationConstants.h 815 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. #pragma once
  9. #include <AzCore/RTTI/TypeInfo.h>
  10. namespace RecastNavigation
  11. {
  12. inline constexpr AZ::TypeId RecastNavigationMeshComponentTypeId{ "{a281f314-a525-4c05-876d-17eb632f14b4}" };
  13. inline constexpr AZ::TypeId EditorRecastNavigationMeshComponentTypeId{ "{22D516D4-C98D-4783-85A4-1ABE23CAB4D4}" };
  14. inline constexpr AZ::TypeId RecastNavigationPhysXProviderComponentTypeId{ "{4bc92ce5-e179-4985-b0b1-f22bff6006dd}" };
  15. inline constexpr AZ::TypeId EditorRecastNavigationPhysXProviderComponentTypeId{ "{F1E57D0B-11A1-46C2-876D-720DD40CB14D}" };
  16. } // namespace RecastNavigation