We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e150fe commit 2935af2Copy full SHA for 2935af2
include/mujoco/experimental/usd/utils.h
@@ -22,12 +22,12 @@ namespace mujoco {
22
namespace usd {
23
24
// Sets a user value on an mjsElement with the key "usd_primpath".
25
-void SetUsdPrimPathUserValue(mjsElement* element,
+MJAPI void SetUsdPrimPathUserValue(mjsElement* element,
26
const pxr::SdfPath& prim_path);
27
28
// Gets the user value associated with the key "usd_primpath" from an
29
// mjsElement. Returns empty pxr::SdfPath() if the value is not found.
30
-pxr::SdfPath GetUsdPrimPathUserValue(mjsElement* element);
+MJAPI pxr::SdfPath GetUsdPrimPathUserValue(mjsElement* element);
31
32
} // namespace usd
33
} // namespace mujoco
0 commit comments