Sequine - Scripting API
Calcatz.Sequine.RunSubFlowAssetCommand Class Reference

Executes a Sequine Flow Asset, and continue to next command only when the specified Sequine Flow Asset finished its execution. More...

Inheritance diagram for Calcatz.Sequine.RunSubFlowAssetCommand:
Calcatz.Sequine.RunSubFlowCommand Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 > Calcatz.CookieCutter.ISubDataCommand

Public Attributes

SequineFlowAsset sequineFlowAsset
 

Protected Member Functions

override ICommandData GetFlowObjectToExecute (CommandExecutionFlow _flow)
 
override bool Editor_OnDrawTargetField ()
 
- Protected Member Functions inherited from Calcatz.Sequine.RunSubFlowCommand
void SetupSubFlowExit (CommandExecutionFlow _flow)
 
virtual void Editor_UpdateVariables (CommandData _subData, UnityEngine.Object _targetObject, bool _isValidate=false)
 

Properties

override CommandData subData [get]
 
- Properties inherited from Calcatz.Sequine.RunSubFlowCommand
override float nodeWidth [get]
 
virtual CommandData subData [get]
 

Additional Inherited Members

- Public Member Functions inherited from Calcatz.Sequine.RunSubFlowCommand
override void Execute (CommandExecutionFlow _flow)
 The process to execute upon visiting the main in-point (white in-point). More...
 
override bool Validate (CommandData _commandData)
 Validate() is called when opening the nodes editor (if in Edit Mode), or right before the command execution (if in Play Mode). The main purpose is to adapt or validate any data inside the Command, if its structure had been changed. More...
 
override void Editor_InitInPoints ()
 Called when a Command Node is initialized, specifically the in-points. Use this method to ensure inputIds as well. More...
 
override void Editor_InitOutPoints ()
 Called when a Command Node is initialized, specifically the out-points. Use this method to ensure nextIds as well. More...
 
override void Editor_OnDrawTitle (out string _tooltip)
 Called when a Command Node's title is drawn. Use this to change the tooltip of the command. Also use this to decide whether the Title should draw in-point and/or out-point. More...
 
override void Editor_OnDrawContents (Vector2 _absPosition)
 Called when a Command Node is drawn. More...
 
- Protected Attributes inherited from Calcatz.Sequine.RunSubFlowCommand
List< VariablePairvariablePairs = new List<VariablePair>()
 
ICommandData flowObjectToExecute
 
- Static Protected Attributes inherited from Calcatz.Sequine.RunSubFlowCommand
const int IN_PORT_TARGET = 0
 

Detailed Description

Executes a Sequine Flow Asset, and continue to next command only when the specified Sequine Flow Asset finished its execution.

Member Function Documentation

◆ Editor_OnDrawTargetField()

override bool Calcatz.Sequine.RunSubFlowAssetCommand.Editor_OnDrawTargetField ( )
protectedvirtual

Returns
Returns true if the target is changed.

Reimplemented from Calcatz.Sequine.RunSubFlowCommand.

◆ GetFlowObjectToExecute()

override ICommandData Calcatz.Sequine.RunSubFlowAssetCommand.GetFlowObjectToExecute ( CommandExecutionFlow  _flow)
protectedvirtual

Reimplemented from Calcatz.Sequine.RunSubFlowCommand.

Member Data Documentation

◆ sequineFlowAsset

SequineFlowAsset Calcatz.Sequine.RunSubFlowAssetCommand.sequineFlowAsset

Property Documentation

◆ subData

override CommandData Calcatz.Sequine.RunSubFlowAssetCommand.subData
get