Class BoundedFrictionSimulation
Inherited Members
Namespace: Unity.UIWidgets.physics
Syntax
public class BoundedFrictionSimulation : FrictionSimulation
Methods
isDone(Single)
Declaration
public override bool isDone(float time)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | time |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
x(Single)
Declaration
public override float x(float time)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | time |
Returns
| Type | Description |
|---|---|
| System.Single |