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

CombinedUpdateable() protected method

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