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

    Class FloatingActionButtonThemeData

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

    Constructors

    FloatingActionButtonThemeData(Color, Color, Nullable<Single>, Nullable<Single>, Nullable<Single>, ShapeBorder)

    Declaration
    public FloatingActionButtonThemeData(Color backgroundColor = null, Color foregroundColor = null, float? elevation = default(float? ), float? disabledElevation = default(float? ), float? highlightElevation = default(float? ), ShapeBorder shape = null)
    Parameters
    Type Name Description
    Color backgroundColor
    Color foregroundColor
    Nullable<Single> elevation
    Nullable<Single> disabledElevation
    Nullable<Single> highlightElevation
    ShapeBorder shape

    Fields

    backgroundColor

    Declaration
    public readonly Color backgroundColor
    Field Value
    Type Description
    Color

    disabledElevation

    Declaration
    public readonly float? disabledElevation
    Field Value
    Type Description
    Nullable<Single>

    elevation

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

    foregroundColor

    Declaration
    public readonly Color foregroundColor
    Field Value
    Type Description
    Color

    highlightElevation

    Declaration
    public readonly float? highlightElevation
    Field Value
    Type Description
    Nullable<Single>

    shape

    Declaration
    public readonly ShapeBorder shape
    Field Value
    Type Description
    ShapeBorder

    Methods

    copyWith(Color, Color, Nullable<Single>, Nullable<Single>, Nullable<Single>, ShapeBorder)

    Declaration
    public FloatingActionButtonThemeData copyWith(Color backgroundColor, Color foregroundColor, float? elevation, float? disabledElevation, float? highlightElevation, ShapeBorder shape)
    Parameters
    Type Name Description
    Color backgroundColor
    Color foregroundColor
    Nullable<Single> elevation
    Nullable<Single> disabledElevation
    Nullable<Single> highlightElevation
    ShapeBorder shape
    Returns
    Type Description
    FloatingActionButtonThemeData

    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
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(FloatingActionButtonThemeData)

    Declaration
    public bool Equals(FloatingActionButtonThemeData other)
    Parameters
    Type Name Description
    FloatingActionButtonThemeData other
    Returns
    Type Description
    Boolean

    GetHashCode()

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

    lerp(FloatingActionButtonThemeData, FloatingActionButtonThemeData, Single)

    Declaration
    public static FloatingActionButtonThemeData lerp(FloatingActionButtonThemeData a, FloatingActionButtonThemeData b, float t)
    Parameters
    Type Name Description
    FloatingActionButtonThemeData a
    FloatingActionButtonThemeData b
    Single t
    Returns
    Type Description
    FloatingActionButtonThemeData
    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