Class Flexible | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Flexible

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    ProxyWidget
    ParentDataWidget
    ParentDataWidget<Flex>
    Flexible
    Expanded
    Inherited Members
    ParentDataWidget<Flex>.createElement()
    ParentDataWidget<Flex>.debugIsValidAncestor(RenderObjectWidget)
    ParentDataWidget<Flex>.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 Flexible : ParentDataWidget<Flex>

    Constructors

    Flexible(Key, Int32, FlexFit, Widget)

    Declaration
    public Flexible(Key key = null, int flex = 1, FlexFit fit = FlexFit.loose, Widget child = null)
    Parameters
    Type Name Description
    Key key
    System.Int32 flex
    FlexFit fit
    Widget child

    Fields

    fit

    Declaration
    public readonly FlexFit fit
    Field Value
    Type Description
    FlexFit

    flex

    Declaration
    public readonly int flex
    Field Value
    Type Description
    System.Int32

    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