Search Results for

    Show / Hide Table of Contents

    Class OnboardingSetup

    Adds an EventHook for the onboarding setup that is used to trigger the start of the visual scripting stateflow after the onboarding was completed.

    Inheritance
    System.Object
    OnboardingSetup
    Namespace: Visual_Scripting
    Assembly: Assembly-CSharp.dll
    Syntax
    public class OnboardingSetup : EventUnit<bool>

    Properties

    | Improve this Doc View Source

    register

    Declaration
    protected override bool register { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    GetHook(GraphReference)

    Adding an EventHook with the name of the event to the list of visual scripting events.

    Declaration
    public override EventHook GetHook(GraphReference reference)
    Parameters
    Type Name Description
    GraphReference reference
    Returns
    Type Description
    EventHook

    The event for visual scripting.

    • Improve this Doc
    • View Source
    In This Article
    Back to top TrainAR Documentation