BEPUphysics.SolverSystems.SolverUpdateable.SolverUpdateable C# (CSharp) 메소드

SolverUpdateable() 보호된 메소드

protected SolverUpdateable ( ) : BEPUphysics.Constraints
리턴 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;
        }