Universe.Physics.BulletSPlugin.BSAPIXNA.BuildHullShapeFromMesh C# (CSharp) Метод

BuildHullShapeFromMesh() публичный Метод

public BuildHullShapeFromMesh ( BulletWorld world, BulletShape meshShape, HACDParams parms ) : BulletShape
world BulletWorld
meshShape BulletShape
parms HACDParams
Результат BulletShape
        public override BulletShape BuildHullShapeFromMesh(BulletWorld world, BulletShape meshShape, HACDParams parms)
        {
            /* TODO */
            return null;
        }
BSAPIXNA