Sequine - Scripting API
|
Calculates a value by operating 2 integers. More...
Public Member Functions | |
override int | GetOutput (CommandExecutionFlow _flow, int _pointIndex) |
Public Member Functions inherited from Calcatz.CookieCutter.OperatorCommand< int > | |
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_OnDrawContents (Vector2 _absPosition) |
Called when a Command Node is drawn. More... | |
Protected Member Functions | |
override void | OnDrawAField () |
override void | OnDrawBField () |
Additional Inherited Members | |
Public Attributes inherited from Calcatz.CookieCutter.OperatorCommand< int > | |
TValueType | a |
TValueType | b |
Operator | operatorType |
Properties inherited from Calcatz.CookieCutter.OperatorCommand< int > | |
override float | nodeWidth [get] |
Calculates a value by operating 2 integers.
override int Calcatz.CookieCutter.IntegerOperatorCommand.GetOutput | ( | CommandExecutionFlow | _flow, |
int | _pointIndex | ||
) |
|
protectedvirtual |
Reimplemented from Calcatz.CookieCutter.OperatorCommand< int >.
|
protectedvirtual |
Reimplemented from Calcatz.CookieCutter.OperatorCommand< int >.