Struct Flex
Assembly: UnityEngine.dll
Syntax
Constructors
|
Improve this Doc
View Source
Flex(Single, Single, Single)
Declaration
public Flex(float g, float s = 1F, float b = 0F)
Parameters
Properties
|
Improve this Doc
View Source
basis
Declaration
public float basis { get; set; }
Property Value
|
Improve this Doc
View Source
grow
Declaration
public float grow { get; set; }
Property Value
|
Improve this Doc
View Source
shrink
Declaration
public float shrink { get; set; }
Property Value
Extension Methods