BEPUphysics.UpdateableSystems.UpdateableManager.SequentialUpdatingStateChanged C# (CSharp) Method

SequentialUpdatingStateChanged() public abstract method

Notifies the manager that the updateable has changed sequential updating state.
public abstract SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void
updateable ISpaceUpdateable Updateable with changed state.
return void
        public abstract void SequentialUpdatingStateChanged(ISpaceUpdateable updateable);