Class FlowGraphMultiplyVector3Block
Hierarchy
- FlowGraphBinaryOperationBlock<Vector3, Vector3, Vector3>
- FlowGraphMultiplyVector3Block
Index
Constructors
constructor
Parameters
config: IFlowGraphBlockConfiguration
Returns FlowGraphMultiplyVector3Block
Properties
Optional configSearch playground for config
data InputsSearch playground for dataInputs
The data inputs of the block.
data OutputsSearch playground for dataOutputs
The data outputs of the block.
left InputSearch playground for leftInput
nameSearch playground for name
The name of the block.
Readonly outputSearch playground for output
The output of the operation
right InputSearch playground for rightInput
unique IdSearch playground for uniqueId
A randomly generated GUID for each block.
Methods
_do OperationSearch playground for _doOperation
Parameters
context: FlowGraphContext
Returns Vector3
_update OutputsSearch playground for _updateOutputs
Parameters
context: FlowGraphContext
Returns void
configureSearch playground for configure
Returns void
get Class NameSearch playground for getClassName
Returns string
get Data InputSearch playground for getDataInput
Parameters
name: string
Returns undefined | FlowGraphDataConnection<any>
register Data InputSearch playground for registerDataInput
Type Parameters
T
Parameters
name: string
className: RichType<T>
Returns FlowGraphDataConnection<T>
register Data OutputSearch playground for registerDataOutput
Type Parameters
T
Parameters
name: string
className: RichType<T>
Returns FlowGraphDataConnection<T>
serializeSearch playground for serialize
Parameters
Optional serializationObject: any
Returns void
Static ParseSearch playground for Parse
Parameters
serializationObject: any
Returns FlowGraphBlock
Multiply two vectors together.