Class ScaffoldFeatureController<T, U> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ScaffoldFeatureController<T, U>

    Inheritance
    System.Object
    ScaffoldFeatureController<T, U>
    PersistentBottomSheetController<T>
    Namespace: Unity.UIWidgets.material
    Syntax
    public class ScaffoldFeatureController<T, U>
        where T : Widget
    Type Parameters
    Name Description
    T
    U

    Constructors

    ScaffoldFeatureController(T, Promise<U>, VoidCallback, StateSetter)

    Declaration
    public ScaffoldFeatureController(T _widget, Promise<U> _completer, VoidCallback close, StateSetter setState)
    Parameters
    Type Name Description
    T _widget
    Promise<U> _completer
    VoidCallback close
    StateSetter setState

    Fields

    _completer

    Declaration
    public readonly Promise<U> _completer
    Field Value
    Type Description
    Promise<U>

    _widget

    Declaration
    public readonly T _widget
    Field Value
    Type Description
    T

    close

    Declaration
    public readonly VoidCallback close
    Field Value
    Type Description
    VoidCallback

    setState

    Declaration
    public readonly StateSetter setState
    Field Value
    Type Description
    StateSetter

    Properties

    closed

    Declaration
    public IPromise<U> closed { get; }
    Property Value
    Type Description
    IPromise<U>
    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