Class Tolerance
Namespace: Unity.UIWidgets.physics
Syntax
public class Tolerance
Constructors
Tolerance(Single, Single, Single)
Declaration
public Tolerance(float distance = 0.001F, float time = 0.001F, float velocity = 0.001F)
Parameters
| Type | Name | Description |
|---|---|---|
| Single | distance | |
| Single | time | |
| Single | velocity |
Fields
defaultTolerance
Declaration
public static readonly Tolerance defaultTolerance
Field Value
| Type | Description |
|---|---|
| Tolerance |
distance
Declaration
public readonly float distance
Field Value
| Type | Description |
|---|---|
| Single |
time
Declaration
public readonly float time
Field Value
| Type | Description |
|---|---|
| Single |
velocity
Declaration
public readonly float velocity
Field Value
| Type | Description |
|---|---|
| Single |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |