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);
    }