Enum FlexalonInteractable.RestrictionType
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Restricts the movement of an object during a drag.
public enum FlexalonInteractable.RestrictionType
Fields
Line = 2Line restriction ensures the object moves along a line, defined by the object's initial position and the Line Direction property.
None = 0No restriction ensures the object can move freely.
Plane = 1Plane restriction ensures the object moves along a plane, defined by the objects initial position and the Plane Normal property.