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

    Class BottomAppBarTheme

    Inheritance
    System.Object
    Diagnosticable
    BottomAppBarTheme
    Inherited Members
    Diagnosticable.toStringShort()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Diagnosticable.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class BottomAppBarTheme : Diagnosticable

    Constructors

    BottomAppBarTheme(Color, Nullable<Single>, NotchedShape)

    Declaration
    public BottomAppBarTheme(Color color = null, float? elevation = default(float? ), NotchedShape shape = null)
    Parameters
    Type Name Description
    Color color
    System.Nullable<System.Single> elevation
    NotchedShape shape

    Fields

    color

    Declaration
    public readonly Color color
    Field Value
    Type Description
    Color

    elevation

    Declaration
    public readonly float? elevation
    Field Value
    Type Description
    System.Nullable<System.Single>

    shape

    Declaration
    public readonly NotchedShape shape
    Field Value
    Type Description
    NotchedShape

    Methods

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Diagnosticable.debugFillProperties(DiagnosticPropertiesBuilder)

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    Equals(BottomAppBarTheme)

    Declaration
    public bool Equals(BottomAppBarTheme other)
    Parameters
    Type Name Description
    BottomAppBarTheme other
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    lerp(BottomAppBarTheme, BottomAppBarTheme, Single)

    Declaration
    public static BottomAppBarTheme lerp(BottomAppBarTheme a, BottomAppBarTheme b, float t)
    Parameters
    Type Name Description
    BottomAppBarTheme a
    BottomAppBarTheme b
    System.Single t
    Returns
    Type Description
    BottomAppBarTheme

    of(BuildContext)

    Declaration
    public static BottomAppBarTheme of(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    BottomAppBarTheme

    Operators

    Equality(BottomAppBarTheme, BottomAppBarTheme)

    Declaration
    public static bool operator ==(BottomAppBarTheme left, BottomAppBarTheme right)
    Parameters
    Type Name Description
    BottomAppBarTheme left
    BottomAppBarTheme right
    Returns
    Type Description
    System.Boolean

    Inequality(BottomAppBarTheme, BottomAppBarTheme)

    Declaration
    public static bool operator !=(BottomAppBarTheme left, BottomAppBarTheme right)
    Parameters
    Type Name Description
    BottomAppBarTheme left
    BottomAppBarTheme right
    Returns
    Type Description
    System.Boolean
    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