Show / Hide Table of Contents

Struct Flex

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public struct Flex

Constructors

| Improve this Doc View Source

Flex(Single, Single, Single)

Declaration
public Flex(float g, float s = 1F, float b = 0F)
Parameters
Type Name Description
Single g
Single s
Single b

Properties

| Improve this Doc View Source

basis

Declaration
public float basis { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

grow

Declaration
public float grow { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

shrink

Declaration
public float shrink { get; set; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX