Enum CurveWrap
The periodicity of the curve.
Namespace: Global Namespace
Assembly: Unity.Importer.USD.dll
Syntax
public enum CurveWrap
Fields
| Name | Description |
|---|---|
| NonPeriodic | A regular, non-repeating curve. |
| Periodic | A curve where (4 - v-step) vertices are repeated at the end. |
| Pinned | A non-periodic curve where a phantom vertex is inserted at the start and the end of the curve to 'pin' its starting and end point. |
| Undefined | Undefined. |