BEPUphysics.PhysicsResources.GetCompoundChildList C# (CSharp) Method

GetCompoundChildList() public static method

Retrieves an CompoundChild list from the resource pool.
public static GetCompoundChildList ( ) : RawList
return RawList
        public static RawList<CompoundChild> GetCompoundChildList()
        {
            return SubPoolCompoundChildList.Take();
        }