WeightedMode

enumeration

Switch to Manual

Description

Sets which weights to use when calculating curve segments.

Variables

NoneExclude both inWeight or outWeight when calculating curve segments.
InInclude inWeight when calculating the previous curve segment.
OutInclude outWeight when calculating the next curve segment.
BothInclude inWeight and outWeight when calculating curve segments.