Table of Contents

Enum FlexalonInteractable.RestrictionType

Namespace
Flexalon
Assembly
Flexalon.dll

Restricts the movement of an object during a drag.

public enum FlexalonInteractable.RestrictionType

Fields

Line = 2

Line restriction ensures the object moves along a line, defined by the object's initial position and the Line Direction property.

None = 0

No restriction ensures the object can move freely.

Plane = 1

Plane restriction ensures the object moves along a plane, defined by the objects initial position and the Plane Normal property.