Interface ISimulation
Interface for simulations.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public interface ISimulation : IDisposable
Properties
Name | Description |
---|---|
FinalJobHandle | The final scheduled job, including all simulation and cleanup. The end of each step should depend on this. |
FinalSimulationJobHandle | The final scheduled simulation job. Jobs which use the simulation results should depend on this. |
Type | The implementation type. |
Methods
Name | Description |
---|---|
ScheduleStepJobs(SimulationStepInput, JobHandle, bool) | Schedule a set of jobs to step the simulation. |
Step(SimulationStepInput) | Step the simulation. |