C# Class BEPUphysics.BroadPhaseSystems.SortAndSweep.Testing.SortAndSweep3D

Inheritance: BroadPhase
Datei anzeigen Open project: Indiefreaks/igf

Public Methods

Method Description
Add ( BroadPhaseEntry entry ) : void
Remove ( BroadPhaseEntry entry ) : void

Protected Methods

Method Description
UpdateMultithreaded ( ) : void
UpdateSingleThreaded ( ) : void

Method Details

Add() public method

public Add ( BroadPhaseEntry entry ) : void
entry BEPUphysics.BroadPhaseEntries.BroadPhaseEntry
return void

Remove() public method

public Remove ( BroadPhaseEntry entry ) : void
entry BEPUphysics.BroadPhaseEntries.BroadPhaseEntry
return void

UpdateMultithreaded() protected method

protected UpdateMultithreaded ( ) : void
return void

UpdateSingleThreaded() protected method

protected UpdateSingleThreaded ( ) : void
return void