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

GetContactBreakingThreshold() public abstract method

public abstract GetContactBreakingThreshold ( BulletShape shape, float defaultFactor ) : float
shape BulletShape
defaultFactor float
return float
        public abstract float GetContactBreakingThreshold(BulletShape shape, float defaultFactor);
BSAPITemplate