NameConstants.cpp 573 B

123456789101112131415161718192021
  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. #include <NameConstants.h>
  9. namespace PhysX
  10. {
  11. namespace UXNameConstants
  12. {
  13. const AZStd::string& GetPhysXDocsRoot()
  14. {
  15. static const AZStd::string val = "https://www.o3de.org/docs/user-guide/interactivity/physics/nvidia-physx/";
  16. return val;
  17. }
  18. } // namespace UXNameConstants
  19. } // namespace PhysX