Class LegacyFlowStateTransitionFactory | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class LegacyFlowStateTransitionFactory

    Inheritance
    Object
    LegacyFlowStateTransitionFactory
    Namespace: Ludiq.Bolt
    Syntax
    [Obsolete("Use the new class graphs to nest graphs instead.")]
    public static class LegacyFlowStateTransitionFactory

    Methods

    Create(IState, IState)

    Declaration
    public static LegacyFlowStateTransition Create(IState source, IState destination)
    Parameters
    Type Name Description
    IState source
    IState destination
    Returns
    Type Description
    LegacyFlowStateTransition
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX