Struct Vector2MultiplyNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(Vector2Multiply))]
public struct Vector2MultiplyNode : IDataNode, IFoldableNode, INode
Fields
A
Declaration
public InputDataPort A
Field Value
| Type | Description |
|---|---|
| InputDataPort |
B
Declaration
public InputDataPort B
Field Value
| Type | Description |
|---|---|
| InputDataPort |
Product
Declaration
public OutputDataPort Product
Field Value
| Type | Description |
|---|---|
| OutputDataPort |
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx |
Type Parameters
| Name | Description |
|---|---|
| TCtx |