Search Results for

    Show / Hide Table of Contents

    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 Source

    InputFlow

    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 Source

    Definition()

    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()
    • Improve this Doc
    • View Source
    In This Article
    Back to top TrainAR Documentation