Struct ConstantAnimationCurve
Namespace: Unity.VisualScripting.Interpreter
Syntax
[ConstantNode(typeof(AnimationCurve))]
public struct ConstantAnimationCurve : IConstantNode, IDataNode, IFoldableNode, INode
Fields
Output
Declaration
public OutputDataPort Output
Field Value
Type | Description |
---|---|
OutputDataPort |
Value
Declaration
public AnimationCurve Value
Field Value
Type | Description |
---|---|
AnimationCurve |
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 |