Interface ISimulation
  
Syntax
public interface ISimulation : IDisposable
 
Properties
  
FinalJobHandle
Declaration
JobHandle FinalJobHandle { get; }
 
Property Value
| Type | 
Description | 
| JobHandle | 
 | 
FinalSimulationJobHandle
Declaration
JobHandle FinalSimulationJobHandle { get; }
 
Property Value
| Type | 
Description | 
| JobHandle | 
 | 
Type
Declaration
SimulationType Type { get; }
 
Property Value
Methods
  
Declaration
[Obsolete("ScheduleStepJobs() has been deprecated. Use the new ScheduleStepJobs method that takes callbacks and threadCountHint as input and returns SimulationStepHandles. (RemovedAfter 2020-05-01)")]
void ScheduleStepJobs(SimulationStepInput input, JobHandle inputDeps)
 
Parameters
Declaration
SimulationJobHandles ScheduleStepJobs(SimulationStepInput input, SimulationCallbacks callbacks, JobHandle inputDeps, int threadCountHint = 0)
 
Parameters
Returns
Declaration
void Step(SimulationStepInput input)
 
Parameters