BEPUphysics.BroadPhaseEntries.MobileCollidables.CompoundCollidable.CompoundCollidable C# (CSharp) Method

CompoundCollidable() private method

private CompoundCollidable ( ) : System.Collections.Generic
return System.Collections.Generic
        internal CompoundCollidable()
        {
            Events = new CompoundEventManager();

            hierarchy = new CompoundHierarchy(this);

        }

Same methods

CompoundCollidable::CompoundCollidable ( CompoundShape compoundShape ) : System.Collections.Generic
CompoundCollidable::CompoundCollidable ( IList children ) : System.Collections.Generic
CompoundCollidable::CompoundCollidable ( IList children, Vector3 &center ) : System.Collections.Generic