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>