Class Simulation
Namespace: Unity.UIWidgets.physics
Syntax
public abstract class Simulation
Constructors
Simulation(Tolerance)
Declaration
protected Simulation(Tolerance tolerance = null)
Parameters
Type | Name | Description |
---|---|---|
Tolerance | tolerance |
Fields
tolerance
Declaration
public Tolerance tolerance
Field Value
Type | Description |
---|---|
Tolerance |
Methods
dx(Single)
Declaration
public abstract float dx(float time)
Parameters
Type | Name | Description |
---|---|---|
Single | time |
Returns
Type | Description |
---|---|
Single |
isDone(Single)
Declaration
public abstract bool isDone(float time)
Parameters
Type | Name | Description |
---|---|---|
Single | time |
Returns
Type | Description |
---|---|
Boolean |
x(Single)
Declaration
public abstract float x(float time)
Parameters
Type | Name | Description |
---|---|---|
Single | time |
Returns
Type | Description |
---|---|
Single |