enum MAGES::ComponentLibrary::SpatialElement::SpatialAnchor¶
Overview¶
The anchor for the element. More…
enum SpatialAnchor
{
Absolute,
CameraRelative,
};
Detailed Documentation¶
The anchor for the element.
Enum Values¶
Absolute
The element is anchored to the world.
CameraRelative
The element is anchored to the camera.