Enum SplineDirtyingType
- Namespace
- FluffyUnderware.Curvy
Used as a parameter for dirtying methods. Instructs if only the spline's orientation cache should be recomputed, or the whole approximations cache
public enum SplineDirtyingType
Fields
Everything = 1Orientation approximations cache and positions approximations cache will be dirtied.
OrientationOnly = 0Orientation approximations cache will be dirtied. Positions approximations cache will be ignored.