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

GetContactProcessingThreshold() public abstract method

public abstract GetContactProcessingThreshold ( BulletBody obj ) : float
obj BulletBody
return float
        public abstract float GetContactProcessingThreshold(BulletBody obj);
BSAPITemplate