Experimental: this API is experimental and might be changed or removed in the future.

Flex

struct in UnityEngine.Experimental.UIElements

切换到手册

描述

使用此结构可设置 IStyle.Flex 速记属性,而该属性将设置 IStyle.flexGrow、IStyle.flexShrink 和 IStyle.flexBasis 属性。

变量

basisIStyle.flexBasis 属性的值。
growIStyle.flexBasis 属性的值。
shrinkIStyle.flexBasis 属性的值。

构造函数

Flex构造函数。