Sequine - Scripting API
Calcatz.CookieCutter.InvokeEventCommand Class Reference
Inheritance diagram for Calcatz.CookieCutter.InvokeEventCommand:
Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >

Public Member Functions

override void Execute (CommandExecutionFlow _flow)
 The process to execute upon visiting the main in-point (white in-point). More...
 
override void Editor_OnDrawContents (Vector2 _absPosition)
 Called when a Command Node is drawn. More...
 

Public Attributes

CommandEvent commandEvent
 

Properties

override float nodeWidth [get]
 

Additional Inherited Members

Member Function Documentation

◆ Editor_OnDrawContents()

override void Calcatz.CookieCutter.InvokeEventCommand.Editor_OnDrawContents ( Vector2  _absPosition)
virtual

Called when a Command Node is drawn.

Parameters
_absPosition

Reimplemented from Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >.

◆ Execute()

override void Calcatz.CookieCutter.InvokeEventCommand.Execute ( CommandExecutionFlow  _flow)
virtual

The process to execute upon visiting the main in-point (white in-point).

Parameters
_flow

Reimplemented from Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >.

Member Data Documentation

◆ commandEvent

CommandEvent Calcatz.CookieCutter.InvokeEventCommand.commandEvent

Property Documentation

◆ nodeWidth

override float Calcatz.CookieCutter.InvokeEventCommand.nodeWidth
get