StepMode Enum

Definition

Defines how to generate points in a line renderer

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

Fields

FromSource 1

Draw only the points available in the source - use this for hard edges

Interpolated 0

Draw points based on LineStepCount

Applies to