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

DumpConstraint2() private method

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