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

EnterLock() public abstract méthode

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