Android
public abstract class DragPolicy internal constructor()
Base Policy for motion behavior of spatial objects.
This class serves as the foundation for defining how a spatial object can be moved or anchored in the environment. Implementations of this class, such as MovePolicy and AnchorPolicy, are mutually exclusive.