DragPolicy
abstract class DragPolicy
AnchorPolicy |
Represents the anchoring behavior of a spatial object. |
MovePolicy |
Defines the movement policy for a spatial object. |
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.