BEPUphysics.PhysicsResources.GetSimulationIslandConnection C# (CSharp) Method

GetSimulationIslandConnection() public static method

Retrieves a simulation island connection from the resource pool.
public static GetSimulationIslandConnection ( ) : BEPUphysics.DeactivationManagement.SimulationIslandConnection
return BEPUphysics.DeactivationManagement.SimulationIslandConnection
        public static SimulationIslandConnection GetSimulationIslandConnection()
        {
            return SimulationIslandConnections.Take();

        }