docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TestPrereqActionPostreq

    TestPrereqActionPostreq<T>(TestingMode, Action, Func<T>, Action)

    Declaration
    protected void TestPrereqActionPostreq<T>(TestingMode mode, Action checkReqs, Func<T> provideAction, Action checkPostReqs) where T : IAction
    Parameters
    Type Name Description
    TestingMode mode
    Action checkReqs
    Func<T> provideAction
    Action checkPostReqs
    Type Parameters
    Name Description
    T

    TestPrereqActionPostreq<T>(TestingMode, Func<T>, Action)

    Declaration
    protected void TestPrereqActionPostreq<T>(TestingMode mode, Func<T> checkReqsAndProvideAction, Action checkPostReqs) where T : IAction
    Parameters
    Type Name Description
    TestingMode mode
    Func<T> checkReqsAndProvideAction
    Action checkPostReqs
    Type Parameters
    Name Description
    T
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)