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

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

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