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

    Class SliverGridGeometry

    Inheritance
    Object
    SliverGridGeometry
    Namespace: com.unity.uiwidgets.Runtime.rendering
    Syntax
    public class SliverGridGeometry

    Constructors

    SliverGridGeometry(Nullable<Single>, Nullable<Single>, Nullable<Single>, Nullable<Single>)

    Declaration
    public SliverGridGeometry(float? scrollOffset = default(float? ), float? crossAxisOffset = default(float? ), float? mainAxisExtent = default(float? ), float? crossAxisExtent = default(float? ))
    Parameters
    Type Name Description
    Nullable<Single> scrollOffset
    Nullable<Single> crossAxisOffset
    Nullable<Single> mainAxisExtent
    Nullable<Single> crossAxisExtent

    Fields

    crossAxisExtent

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

    crossAxisOffset

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

    mainAxisExtent

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

    scrollOffset

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

    Properties

    trailingScrollOffset

    Declaration
    public float? trailingScrollOffset { get; }
    Property Value
    Type Description
    Nullable<Single>

    Methods

    getBoxConstraints(SliverConstraints)

    Declaration
    public BoxConstraints getBoxConstraints(SliverConstraints constraints)
    Parameters
    Type Name Description
    SliverConstraints constraints
    Returns
    Type Description
    BoxConstraints

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    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