Universe.Physics.BulletSPlugin.BSAPIUnman.GetContactProcessingThreshold C# (CSharp) Method

GetContactProcessingThreshold() public method

public GetContactProcessingThreshold ( BulletBody obj ) : float
obj BulletBody
return float
        public override float GetContactProcessingThreshold(BulletBody obj)
        {
            BulletBodyUnman bodyu = obj as BulletBodyUnman;
            return BSAPICPP.GetContactProcessingThreshold2(bodyu.ptr);
        }
BSAPIUnman