Box2DX.Common.Settings.FORCE_SCALE2 C# (CSharp) Méthode

FORCE_SCALE2() public static méthode

public static FORCE_SCALE2 ( x x ) : float
x x
Résultat float
        public static float FORCE_SCALE2(x)
        {
            return x<<7;
        }