StepType
Info
typeEnumeration
namespaceAnimatext
Fields
CeilUse "Mathf.Ceil" method to calculate the step easing. The step jump will occur at the start of the step period.
FloorUse "Mathf.Floor" method to calculate the step easing. The step jump will occur at the end of the step period.
RoundUse "Mathf.Round" method to calculate the step easing. The step jump will occur at the middle of the step period.