Class Conclusion
Triggers the Completion overlay that shows the training assessment of the scenario and ends the stateflow/training.
Inheritance
System.Object
Conclusion
Namespace: Visual_Scripting
Assembly: Assembly-CSharp.dll
Syntax
public class Conclusion : Unit
Properties
| Improve this Doc View SourceInputFlow
The Input port of the Unit that triggers the internal logic.
Declaration
public ControlInput InputFlow { get; }
Property Value
Type | Description |
---|---|
ControlInput | Set in node in the editor. |
Methods
| Improve this Doc View SourceDefinition()
Defines the Nodes input and value ports
As this terminates the scenario, there is no output port or flow, the rest is handled through the script-based components in the framework.
Declaration
protected override void Definition()