MonoGdx.TableLayout.Value.PercentHeight C# (CSharp) Méthode

PercentHeight() public static méthode

public static PercentHeight ( float percent ) : Value
percent float
Résultat Value
        public static Value PercentHeight(float percent)
        {
            return new PercentHeightValue(percent);
        }

Same methods

Value::PercentHeight ( float percent, object widget ) : Value