MonoGdx.TableLayout.Value.Height C# (CSharp) Method

Height() public method

public Height ( Cell cell ) : float
cell Cell
return float
        public float Height(Cell cell)
        {
            return Toolkit.Instance.Height(Get(cell));
        }

Same methods

Value::Height ( object table ) : float