Universe.Physics.BulletSPlugin.BSAPIXNA.RecalculateCompoundShapeLocalAabb C# (CSharp) Method

RecalculateCompoundShapeLocalAabb() public method

public RecalculateCompoundShapeLocalAabb ( BulletShape pCompoundShape ) : void
pCompoundShape BulletShape
return void
        public override void RecalculateCompoundShapeLocalAabb(BulletShape pCompoundShape)
        {
            CompoundShape shape = (pCompoundShape as BulletShapeXNA).shape as CompoundShape;
            shape.RecalculateLocalAabb();
        }
BSAPIXNA