Class MultiplyVector3IntsNode
Inheritance
System.Object
MultiplyVector3IntsNode
Syntax
public class MultiplyVector3IntsNode : BasicMathOperationNode<Vector3Int>, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Methods
Calculate(Vector3Int, Vector3Int)
Declaration
protected override Vector3Int Calculate(Vector3Int a, Vector3Int b)
Parameters
Type |
Name |
Description |
Vector3Int |
a |
|
Vector3Int |
b |
|
Returns
Type |
Description |
Vector3Int |
|
Overrides
InsaneScatterbrain.MapGraph.BasicMathOperationNode<Vector3Int, Vector3Int, Vector3Int>.Calculate(Vector3Int, Vector3Int)
Implements