This version of Unity is unsupported.

WeightedMode

enumeration

Description

Sets which weights to use when calculating curve segments.

Properties

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.