SKTrimPathEffectMode Enum

Definition

Represents the type of trimming to perform.

public enum SKTrimPathEffectMode
Inheritance
SKTrimPathEffectMode

Fields

Inverted 1

Remove the path between the start and stop, preserving [0, start] and [stop, 1]

Normal 0

Trim the path around the start and stop, preserving [start, stop]

Applies to