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

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

Adds an object to the position updater.
Thrown if the updateable already belongs to a position updater.
public abstract Add ( IPositionUpdateable updateable ) : void
updateable IPositionUpdateable Updateable to add.
Результат void
        public abstract void Add(IPositionUpdateable updateable);
        ///<summary>