Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StyleLength

Style value that can be either a Length or a StyleKeyword.
Read time 1 minuteLast updated 6 days ago

Definition

public struct StyleLength : IStyleValue<Length>, IEquatable<StyleLength>

Constructors

Properties

Property

Description

keywordThe style keyword.
valueThe Length value.