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

GetContactBreakingThreshold2() private method

private GetContactBreakingThreshold2 ( IntPtr shape, float defaultFactor ) : float
shape System.IntPtr
defaultFactor float
return float
            public static extern float GetContactBreakingThreshold2(IntPtr shape, float defaultFactor);
BSAPIUnman.BSAPICPP