Exemplo n.º 1
0
 public void Initialize(Simulation simulation)
 {
     CollisionFilters.Initialize(simulation);
 }
Exemplo n.º 2
0
 public void Initialize(Simulation simulation)
 {
     Properties.Initialize(simulation);
 }
Exemplo n.º 3
0
 public void Initialize(Simulation simulation)
 {
     //The callbacks get created before the simulation so that they can be given to the simulation. The property needs a simulation reference, so we hand it over in the initialize.
     CollidableMaterials.Initialize(simulation);
 }