Struct Vector2ProjectNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(Vector2Project))]
public struct Vector2ProjectNode : IDataNode, INode
Fields
A
Declaration
public InputDataPort A
Field Value
| Type | Description |
|---|---|
| InputDataPort |
B
Declaration
public InputDataPort B
Field Value
| Type | Description |
|---|---|
| InputDataPort |
Projection
Declaration
public OutputDataPort Projection
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 |