Class Integrator
Integrates world's motions.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public static class Integrator
Methods
| Name | Description |
|---|---|
| Integrate(NativeArray<MotionData>, NativeArray<MotionVelocity>, float) | Integrate the world's motions forward by the given time step. |
| Integrate(ref RigidTransform, in MotionVelocity, in float) | Integrate a single transform for the provided velocity and time. |