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

    Class OverlayState

    Inheritance
    Object
    Diagnosticable
    State
    State<Overlay>
    TickerProviderStateMixin<Overlay>
    OverlayState
    Inherited Members
    TickerProviderStateMixin<Overlay>.createTicker(TickerCallback)
    TickerProviderStateMixin<Overlay>.dispose()
    TickerProviderStateMixin<Overlay>.didChangeDependencies()
    TickerProviderStateMixin<Overlay>.debugFillProperties(DiagnosticPropertiesBuilder)
    State<Overlay>.widget
    State<Overlay>._debugTypesAreRight(Widget)
    State.context
    State.mounted
    State.didUpdateWidget(StatefulWidget)
    State.setState(VoidCallback)
    State.deactivate()
    Diagnosticable.toStringShort()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Diagnosticable.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public class OverlayState : TickerProviderStateMixin<Overlay>, TickerProvider

    Methods

    build(BuildContext)

    Declaration
    public override Widget build(BuildContext context)
    Parameters
    Type Name Description
    BuildContext context
    Returns
    Type Description
    Widget
    Overrides
    State.build(BuildContext)

    debugIsVisible(OverlayEntry)

    Declaration
    public bool debugIsVisible(OverlayEntry entry)
    Parameters
    Type Name Description
    OverlayEntry entry
    Returns
    Type Description
    Boolean

    initState()

    Declaration
    public override void initState()
    Overrides
    State.initState()

    insert(OverlayEntry, OverlayEntry, OverlayEntry)

    Declaration
    public void insert(OverlayEntry entry, OverlayEntry below = null, OverlayEntry above = null)
    Parameters
    Type Name Description
    OverlayEntry entry
    OverlayEntry below
    OverlayEntry above

    insertAll(ICollection<OverlayEntry>, OverlayEntry, OverlayEntry)

    Declaration
    public void insertAll(ICollection<OverlayEntry> entries, OverlayEntry below = null, OverlayEntry above = null)
    Parameters
    Type Name Description
    ICollection<OverlayEntry> entries
    OverlayEntry below
    OverlayEntry above

    rearrange(IEnumerable<OverlayEntry>, OverlayEntry, OverlayEntry)

    Declaration
    public void rearrange(IEnumerable<OverlayEntry> newEntries, OverlayEntry below = null, OverlayEntry above = null)
    Parameters
    Type Name Description
    IEnumerable<OverlayEntry> newEntries
    OverlayEntry below
    OverlayEntry above
    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