Skip to main content

WeightedMode

Sets which weights to use when calculating curve segments.

Elements

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