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

TryEnterLock() public abstract méthode

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
Résultat bool
        public abstract bool TryEnterLock();
        /// <summary>