Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LineCap

Cap types for the beginning and end of paths (see Painter2D.lineCap ).
Read time 1 minuteLast updated 11 days ago

Definition

public enum LineCap

Fields

Value

Description

ButtTerminates the path with no tip.
RoundTerminates the path with a round tip.