BEPUphysics.PositionUpdating.PositionUpdater.Remove C# (CSharp) Метод

Remove() публичный абстрактный Метод

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.
Результат void
        public abstract void Remove(IPositionUpdateable updateable);
    }