Interface ISimulationSelector
- Namespace
- Stride.BepuPhysics.Definitions
- Assembly
- Stride.BepuPhysics.dll
Implement this to control which BepuSimulation a given component is assigned to
public interface ISimulationSelector
Methods
Pick(BepuConfiguration, Entity)
Go through available simulations and pick the most appropriate one for target
BepuSimulation Pick(BepuConfiguration configuration, Entity target)
Parameters
configuration
BepuConfigurationtarget
Entity