Enum FlexalonInteractable.RestrictionType
Restricts the movement of an object during a drag.
Syntax
public enum FlexalonInteractable.RestrictionType
Fields
Name | Description |
---|---|
Line | Line restriction ensures the object moves along a line, defined by the object's initial position and the Line Direction property. |
None | No restriction ensures the object can move freely. |
Plane | Plane restriction ensures the object moves along a plane, defined by the objects initial position and the Plane Normal property. |