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

    Class _MaterialInterior

    Inheritance
    System.Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    ImplicitlyAnimatedWidget
    _MaterialInterior
    Inherited Members
    ImplicitlyAnimatedWidget.curve
    ImplicitlyAnimatedWidget.duration
    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 _MaterialInterior : ImplicitlyAnimatedWidget

    Constructors

    _MaterialInterior(Key, Widget, ShapeBorder, Boolean, Clip, Nullable<Single>, Color, Color, Curve, Nullable<TimeSpan>)

    Declaration
    public _MaterialInterior(Key key = null, Widget child = null, ShapeBorder shape = null, bool borderOnForeground = true, Clip clipBehavior = Clip.none, float? elevation = default(float? ), Color color = null, Color shadowColor = null, Curve curve = null, TimeSpan? duration = default(TimeSpan? ))
    Parameters
    Type Name Description
    Key key
    Widget child
    ShapeBorder shape
    System.Boolean borderOnForeground
    Clip clipBehavior
    System.Nullable<System.Single> elevation
    Color color
    Color shadowColor
    Curve curve
    System.Nullable<System.TimeSpan> duration

    Fields

    borderOnForeground

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

    child

    Declaration
    public readonly Widget child
    Field Value
    Type Description
    Widget

    clipBehavior

    Declaration
    public readonly Clip clipBehavior
    Field Value
    Type Description
    Clip

    color

    Declaration
    public readonly Color color
    Field Value
    Type Description
    Color

    elevation

    Declaration
    public readonly float elevation
    Field Value
    Type Description
    System.Single

    shadowColor

    Declaration
    public readonly Color shadowColor
    Field Value
    Type Description
    Color

    shape

    Declaration
    public readonly ShapeBorder shape
    Field Value
    Type Description
    ShapeBorder

    Methods

    createState()

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

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder description)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder description
    Overrides
    ImplicitlyAnimatedWidget.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