BEPUphysics.PhysicsResources.GetEntityRawList C# (CSharp) Method

GetEntityRawList() public static method

Retrieves an Entity RawList from the resource pool.
public static GetEntityRawList ( ) : RawList
return RawList
        public static RawList<Entity> GetEntityRawList()
        {
            return SubPoolEntityRawList.Take();
        }