Universe.Physics.BulletSPlugin.BSAPIUnman.GetContactBreakingThreshold C# (CSharp) Метод

GetContactBreakingThreshold() публичный Метод

public GetContactBreakingThreshold ( BulletShape shape, float defaultFactor ) : float
shape BulletShape
defaultFactor float
Результат float
        public override float GetContactBreakingThreshold(BulletShape shape, float defaultFactor)
        {
            BulletShapeUnman shapeu = shape as BulletShapeUnman;
            return BSAPICPP.GetContactBreakingThreshold2(shapeu.ptr, defaultFactor);
        }
BSAPIUnman