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

DumpCollisionShape2() private method

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