[HorizontalLine]
Parameters
Parameter Name
Arguments
Description
Examples
[HorizontalLine]
public string defaultLine;
[HorizontalLine(2.0f)]
public int thickLine;
[HorizontalLine(1.0f, 1.0f, 0.0f, 0.0f, 1.0f)]
public float redLine;
[HorizontalLine(Space = 10)]
public GameObject spacedLine;Last updated