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

RecalculateCompoundShapeLocalAabb() public method

public RecalculateCompoundShapeLocalAabb ( BulletShape shape ) : void
shape BulletShape
return void
        public override void RecalculateCompoundShapeLocalAabb(BulletShape shape)
        {
            BulletShapeUnman shapeu = shape as BulletShapeUnman;
            BSAPICPP.RecalculateCompoundShapeLocalAabb2(shapeu.ptr);
        }
BSAPIUnman