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

BuildHullShapeFromMesh() public abstract method

public abstract BuildHullShapeFromMesh ( BulletWorld world, BulletShape meshShape, HACDParams parms ) : BulletShape
world BulletWorld
meshShape BulletShape
parms HACDParams
return BulletShape
        public abstract BulletShape BuildHullShapeFromMesh(BulletWorld world, BulletShape meshShape, HACDParams parms);
BSAPITemplate