BEPUphysics.UpdateableSystems.Updateable.Updateable C# (CSharp) Method

Updateable() protected method

protected Updateable ( ) : System.Collections.Generic
return System.Collections.Generic
        protected Updateable()
        {
            IsUpdating = true;
        }