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

CompoundChild() private method

private CompoundChild ( CompoundShape shape, EntityCollidable collisionInformation, BEPUphysics.Materials.Material material, int index ) : System.Collections.Generic
shape BEPUphysics.CollisionShapes.CompoundShape
collisionInformation EntityCollidable
material BEPUphysics.Materials.Material
index int
return System.Collections.Generic
        internal CompoundChild(CompoundShape shape, EntityCollidable collisionInformation, Material material, int index)
        {
            this.shape = shape;
            this.collisionInformation = collisionInformation;
            Material = material;
            this.shapeIndex = index;
        }

Same methods

CompoundChild::CompoundChild ( CompoundShape shape, EntityCollidable collisionInformation, int index ) : System.Collections.Generic
CompoundChild