BEPUphysics.CollisionShapes.EntityShape.ComputeDistributionInformation C# (CSharp) Méthode

ComputeDistributionInformation() public abstract méthode

Computes a variety of shape information all at once.
public abstract ComputeDistributionInformation ( ShapeDistributionInformation &shapeInfo ) : void
shapeInfo ShapeDistributionInformation Properties of the shape.
Résultat void
        public abstract void ComputeDistributionInformation(out ShapeDistributionInformation shapeInfo);