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

GetEntityRawList() public static méthode

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