Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StyleLength

Creates from either a Length or a StyleKeyword.
Read time 1 minuteLast updated 11 days ago

Definition

StyleLength(float)

Creates from either a Length or a StyleKeyword.
public StyleLength(float v)

Parameters

StyleLength(Length)

Creates from either a Length or a StyleKeyword.
public StyleLength(Length v)

Parameters

StyleLength(StyleKeyword)

Creates from either a Length or a StyleKeyword.
public StyleLength(StyleKeyword keyword)

Parameters