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

CreateConvexHullShape() public abstract method

public abstract CreateConvexHullShape ( BulletWorld world, int indicesCount, int indices, int verticesCount, float vertices ) : BulletShape
world BulletWorld
indicesCount int
indices int
verticesCount int
vertices float
return BulletShape
        public abstract BulletShape CreateConvexHullShape(BulletWorld world,
                int indicesCount, int[] indices,
                int verticesCount, float[] vertices );
        public abstract BulletShape BuildNativeShape(BulletWorld world, ShapeData shapeData);
BSAPITemplate