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 Sourceregister
Declaration
protected override bool register { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceGetHook(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. |