BEPUphysics.SolverSystems.SolverUpdateable.EnterLock C# (CSharp) Method

EnterLock() public abstract method

Acquires a lock on the solver updateable. This allows operations that need exclusive access to the solver updateable's members.
public abstract EnterLock ( ) : void
return void
        public abstract void EnterLock();
        /// <summary>