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

    Class MergeableMaterial

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    MergeableMaterial
    Inherited Members
    StatefulWidget.createElement()
    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.material
    Syntax
    public class MergeableMaterial : StatefulWidget

    Constructors

    MergeableMaterial(Key, Axis, Int32, Boolean, List<MergeableMaterialItem>)

    Declaration
    public MergeableMaterial(Key key = null, Axis mainAxis = Axis.vertical, int elevation = 2, bool hasDividers = false, List<MergeableMaterialItem> children = null)
    Parameters
    Type Name Description
    Key key
    Axis mainAxis
    System.Int32 elevation
    System.Boolean hasDividers
    System.Collections.Generic.List<MergeableMaterialItem> children

    Fields

    children

    Declaration
    public readonly List<MergeableMaterialItem> children
    Field Value
    Type Description
    System.Collections.Generic.List<MergeableMaterialItem>

    elevation

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

    hasDividers

    Declaration
    public readonly bool hasDividers
    Field Value
    Type Description
    System.Boolean

    mainAxis

    Declaration
    public readonly Axis mainAxis
    Field Value
    Type Description
    Axis

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.createState()

    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