InterpolationMode Enum

Definition

Default options for how to distribute interpolated points in a line renderer

public enum class InterpolationMode
public enum InterpolationMode
type InterpolationMode = 
Public Enum InterpolationMode
Inheritance
InterpolationMode

Fields

FromCurve 2

Create steps based on total length of line + animation curve

FromLength 1

Create steps based on total length of line + manually specified length

FromSteps 0

Specify the number of interpolation steps manually

Applies to