Class TableCell | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class TableCell

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    ProxyWidget
    ParentDataWidget
    ParentDataWidget<Table>
    TableCell
    Inherited Members
    ParentDataWidget<Table>.createElement()
    ParentDataWidget<Table>.debugIsValidAncestor(RenderObjectWidget)
    ParentDataWidget<Table>.debugDescribeInvalidAncestorChain(String, String, Boolean, IEnumerable<Widget>)
    ParentDataWidget.debugCanApplyOutOfTurn()
    ProxyWidget.child
    Widget.key
    Widget.toStringShort()
    Widget.canUpdate(Widget, Widget)
    CanonicalMixinDiagnosticableTree.pureWidget
    CanonicalMixinDiagnosticableTree.Equals(Object)
    CanonicalMixinDiagnosticableTree.GetHashCode()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public class TableCell : ParentDataWidget<Table>

    Constructors

    TableCell(Key, Nullable<TableCellVerticalAlignment>, Widget)

    Declaration
    public TableCell(Key key = null, TableCellVerticalAlignment? verticalAlignment = default(TableCellVerticalAlignment? ), Widget child = null)
    Parameters
    Type Name Description
    Key key
    Nullable<TableCellVerticalAlignment> verticalAlignment
    Widget child

    Fields

    verticalAlignment

    Declaration
    public readonly TableCellVerticalAlignment? verticalAlignment
    Field Value
    Type Description
    Nullable<TableCellVerticalAlignment>

    Methods

    applyParentData(RenderObject)

    Declaration
    public override void applyParentData(RenderObject renderObject)
    Parameters
    Type Name Description
    RenderObject renderObject
    Overrides
    ParentDataWidget.applyParentData(RenderObject)

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023