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

ResetBroadphasePool() private method

private ResetBroadphasePool ( IntPtr sim ) : void
sim System.IntPtr
return void
            public static extern void ResetBroadphasePool(IntPtr sim);
BSAPIUnman.BSAPICPP