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

EnterLock() 공개 추상적인 메소드

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