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

TryEnterLock() public abstract method

Attempts to acquire a lock on the solver updateable. This allows operations that need exclusive access to the solver updateable's members. If it is contested, it aborts the attempt.
public abstract TryEnterLock ( ) : bool
return bool
        public abstract bool TryEnterLock();
        /// <summary>