BEPUphysics.OtherSpaceStages.BoundingBoxUpdater.BoundingBoxUpdater C# (CSharp) Method

BoundingBoxUpdater() public method

Constructs the bounding box updater.
public BoundingBoxUpdater ( TimeStepSettings timeStepSettings ) : System
timeStepSettings TimeStepSettings Time step setttings to be used by the updater.
return System
        public BoundingBoxUpdater(TimeStepSettings timeStepSettings)
        {
            multithreadedLoopBodyDelegate = LoopBody;
            Enabled = true;
            this.timeStepSettings = timeStepSettings;
        }
        ///<summary>

Same methods

BoundingBoxUpdater::BoundingBoxUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System