BEPUphysics.CollisionShapes.EntityShape.ComputeDistributionInformation C# (CSharp) 메소드

ComputeDistributionInformation() 공개 추상적인 메소드

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