Enum SpriteShapeObjectPlacementMode
SpriteShape Object placement Modes.
Namespace: UnityEngine.U2D
Assembly: Unity.2D.SpriteShape.Runtime.dll
Syntax
public enum SpriteShapeObjectPlacementMode
Fields
| Name | Description |
|---|---|
| Auto | Allows editing the transform of the Object while keeping it on the surface of the spline. |
| Manual | Allows movement strictly with the Ratio and Start, End points. |