Struct Tween
Assembly: solution.dll
Syntax
[Serializable]
[NodeDescription(InterpolationType.Linear, "Linear interpolation between 2 values within a time interval.")]
[NodeDescription(InterpolationType.SmoothStep, "Smooth step interpolation between 2 values within a time interval.")]
public struct Tween : IStatefulUpdatableNode<Tween.State>, IStatefulNode<Tween.State>, IStatefulNode, IHasExecutionType<InterpolationType>, INodeReportProgress, IUpdatableNode, IFlowNode, INode
Fields
Properties
Methods
Extension Methods