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