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

    Class ScaffoldPrelayoutGeometry

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

    Constructors

    ScaffoldPrelayoutGeometry(Size, Nullable<Single>, Nullable<Single>, Size, EdgeInsets, Size, Size)

    Declaration
    public ScaffoldPrelayoutGeometry(Size bottomSheetSize = null, float? contentBottom = default(float? ), float? contentTop = default(float? ), Size floatingActionButtonSize = null, EdgeInsets minInsets = null, Size scaffoldSize = null, Size snackBarSize = null)
    Parameters
    Type Name Description
    Size bottomSheetSize
    System.Nullable<System.Single> contentBottom
    System.Nullable<System.Single> contentTop
    Size floatingActionButtonSize
    EdgeInsets minInsets
    Size scaffoldSize
    Size snackBarSize

    Fields

    bottomSheetSize

    Declaration
    public readonly Size bottomSheetSize
    Field Value
    Type Description
    Size

    contentBottom

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

    contentTop

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

    floatingActionButtonSize

    Declaration
    public readonly Size floatingActionButtonSize
    Field Value
    Type Description
    Size

    minInsets

    Declaration
    public readonly EdgeInsets minInsets
    Field Value
    Type Description
    EdgeInsets

    scaffoldSize

    Declaration
    public readonly Size scaffoldSize
    Field Value
    Type Description
    Size

    snackBarSize

    Declaration
    public readonly Size snackBarSize
    Field Value
    Type Description
    Size
    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