BEPUphysics.PhysicsResources.GetEntityRawList C# (CSharp) Метод

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

Retrieves an Entity RawList from the resource pool.
public static GetEntityRawList ( ) : RawList
Результат RawList
        public static RawList<Entity> GetEntityRawList()
        {
            return SubPoolEntityRawList.Take();
        }