BEPUphysics.SolverSystems.SolverUpdateable.SolverUpdateable C# (CSharp) Méthode

SolverUpdateable() protected méthode

protected SolverUpdateable ( ) : BEPUphysics.Constraints
Résultat BEPUphysics.Constraints
        protected SolverUpdateable()
        {
            //Initialize the connection.
            //It will usually be overridden and end up floating on back to the resource pool.
            simulationIslandConnection = PhysicsResources.GetSimulationIslandConnection();
            simulationIslandConnection.Owner = this;
        }