BEPUphysics.PhysicsResources.GetSimulationIslandConnection C# (CSharp) Méthode

GetSimulationIslandConnection() public static méthode

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

        }