BEPUphysics.PositionUpdating.PositionUpdater.Remove C# (CSharp) Method

Remove() public abstract method

Removes an updateable from the updater.
Thrown if the updater does not own the updateable.
public abstract Remove ( IPositionUpdateable updateable ) : void
updateable IPositionUpdateable Item to remove.
return void
        public abstract void Remove(IPositionUpdateable updateable);
    }