Sequine - Scripting API
Calcatz.Sequine.Vector3MultipleByFloatCommand Class Reference

Multiplies Vector3 with Float. More...

Inheritance diagram for Calcatz.Sequine.Vector3MultipleByFloatCommand:
Calcatz.CookieCutter.PropertyCommand< Vector3 > Calcatz.CookieCutter.Command< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 >

Public Member Functions

override Vector3 GetOutput (CommandExecutionFlow _flow, int _pointIndex)
 
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...
 

Public Attributes

Vector3 a
 
float b
 

Properties

override float nodeWidth [get]
 

Additional Inherited Members

Detailed Description

Multiplies Vector3 with Float.

Member Function Documentation

◆ Editor_InitInPoints()

override void Calcatz.Sequine.Vector3MultipleByFloatCommand.Editor_InitInPoints ( )
virtual

Called when a Command Node is initialized, specifically the in-points. Use this method to ensure inputIds as well.

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

◆ Editor_InitOutPoints()

override void Calcatz.Sequine.Vector3MultipleByFloatCommand.Editor_InitOutPoints ( )
virtual

Called when a Command Node is initialized, specifically the out-points. Use this method to ensure nextIds as well.

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

◆ Editor_OnDrawContents()

override void Calcatz.Sequine.Vector3MultipleByFloatCommand.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 >.

◆ GetOutput()

override Vector3 Calcatz.Sequine.Vector3MultipleByFloatCommand.GetOutput ( CommandExecutionFlow  _flow,
int  _pointIndex 
)
virtual

Member Data Documentation

◆ a

Vector3 Calcatz.Sequine.Vector3MultipleByFloatCommand.a

◆ b

float Calcatz.Sequine.Vector3MultipleByFloatCommand.b

Property Documentation

◆ nodeWidth

override float Calcatz.Sequine.Vector3MultipleByFloatCommand.nodeWidth
get