Universe.Physics.BulletSPlugin.BSShapeCompound.CreatePhysicalCompoundShape C# (CSharp) Method

CreatePhysicalCompoundShape() public static method

public static CreatePhysicalCompoundShape ( BSScene physicsScene ) : BulletShape
physicsScene BSScene
return BulletShape
        public static BulletShape CreatePhysicalCompoundShape(BSScene physicsScene)
        {
            BulletShape cShape = physicsScene.PE.CreateCompoundShape(physicsScene.World, false);
            return cShape;
        }