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

    Class ScaffoldGeometry

    Inheritance
    System.Object
    ScaffoldGeometry
    Namespace: Unity.UIWidgets.material
    Syntax
    public class ScaffoldGeometry

    Constructors

    ScaffoldGeometry(Nullable<Single>, Rect)

    Declaration
    public ScaffoldGeometry(float? bottomNavigationBarTop = default(float? ), Rect floatingActionButtonArea = null)
    Parameters
    Type Name Description
    System.Nullable<System.Single> bottomNavigationBarTop
    Rect floatingActionButtonArea

    Fields

    bottomNavigationBarTop

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

    floatingActionButtonArea

    Declaration
    public readonly Rect floatingActionButtonArea
    Field Value
    Type Description
    Rect

    Methods

    _scaleFloatingActionButton(Single)

    Declaration
    public ScaffoldGeometry _scaleFloatingActionButton(float scaleFactor)
    Parameters
    Type Name Description
    System.Single scaleFactor
    Returns
    Type Description
    ScaffoldGeometry

    copyWith(Nullable<Single>, Rect)

    Declaration
    public ScaffoldGeometry copyWith(float? bottomNavigationBarTop = default(float? ), Rect floatingActionButtonArea = null)
    Parameters
    Type Name Description
    System.Nullable<System.Single> bottomNavigationBarTop
    Rect floatingActionButtonArea
    Returns
    Type Description
    ScaffoldGeometry
    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