Add SourceState and DestinationState modes to State Machine interruption modes in Anim Graph
#1735
This commit is contained in:
@@ -24,6 +24,8 @@ namespace FlaxEditor.Surface.Undo
|
||||
|
||||
public ConnectBoxesAction(InputBox iB, OutputBox oB, bool connect)
|
||||
{
|
||||
if (iB == null || oB == null || iB.ParentNode == null || oB.ParentNode == null)
|
||||
throw new System.ArgumentNullException();
|
||||
_surface = iB.Surface;
|
||||
_context = new ContextHandle(iB.ParentNode.Context);
|
||||
_connect = connect;
|
||||
|
||||
Reference in New Issue
Block a user