Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.RecalculateCompoundShapeLocalAabb2 C# (CSharp) Method

RecalculateCompoundShapeLocalAabb2() private method

private RecalculateCompoundShapeLocalAabb2 ( IntPtr cShape ) : void
cShape System.IntPtr
return void
            public static extern void RecalculateCompoundShapeLocalAabb2(IntPtr cShape);
BSAPIUnman.BSAPICPP