Class Threshold
Namespace: Unity.UIWidgets.animation
Syntax
public class Threshold : Curve
Constructors
Threshold(Single)
Declaration
public Threshold(float threshold)
Parameters
Type | Name | Description |
---|---|---|
Single | threshold |
Fields
threshold
Declaration
public readonly float threshold
Field Value
Type | Description |
---|---|
Single |
Methods
transformInternal(Single)
Declaration
protected override float transformInternal(float t)
Parameters
Type | Name | Description |
---|---|---|
Single | t |
Returns
Type | Description |
---|---|
Single |