setLocalTransform#
Fully qualified name: usdex::core::setLocalTransform
- bool usdex::core::setLocalTransform(
- pxr::UsdPrim prim,
- const pxr::GfTransform &transform,
- pxr::UsdTimeCode time = pxr::UsdTimeCode::Default(),
Set the local transform of a prim.
- Parameters:
prim – The prim to set local transform on.
transform – The transform value to set.
time – Time at which to write the value.
- Returns:
A bool indicating if the local transform was set.