Universe.Physics.BulletSPlugin.BSAPIXNA.CreateConvexHullShape C# (CSharp) Method

CreateConvexHullShape() public method

public CreateConvexHullShape ( BulletWorld pWorld, int pIndicesCount, int indices, int pVerticesCount, float verticesAsFloats ) : BulletShape
pWorld BulletWorld
pIndicesCount int
indices int
pVerticesCount int
verticesAsFloats float
return BulletShape
        public override BulletShape CreateConvexHullShape(BulletWorld pWorld, int pIndicesCount, int[] indices, int pVerticesCount, float[] verticesAsFloats)
        {
            /* TODO */ return null;
        }
BSAPIXNA