Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WeightedMode

Sets which weights to use when calculating curve segments.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum WeightedMode

Remarks

Fields

Value

Description

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