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

CreateHullShape() public abstract method

public abstract CreateHullShape ( BulletWorld world, int hullCount, float hulls ) : BulletShape
world BulletWorld
hullCount int
hulls float
return BulletShape
        public abstract BulletShape CreateHullShape(BulletWorld world,
            int hullCount, float[] hulls);
BSAPITemplate