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

BuildConvexHullShapeFromMesh() public abstract method

public abstract BuildConvexHullShapeFromMesh ( BulletWorld world, BulletShape meshShape ) : BulletShape
world BulletWorld
meshShape BulletShape
return BulletShape
        public abstract BulletShape BuildConvexHullShapeFromMesh(BulletWorld world, BulletShape meshShape);
BSAPITemplate