BEPUphysics.PhysicsResources.GetCollidableList C# (CSharp) Méthode

GetCollidableList() public static méthode

Retrieves a Collidable list from the resource pool.
public static GetCollidableList ( ) : RawList
Résultat RawList
        public static RawList<Collidable> GetCollidableList()
        {
            return SubPoolCollidableList.Take();
        }