Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface V3SerializedBezierNode

Serialized variant of {@link BezierNode}. Some values are optional.

Hierarchy

  • V3SerializedBezierNode

Index

Properties

Properties

Optional in

Bezier control point of inlet. { time: 0.0, value: 0.0 } by default.

Optional out

Bezier control point of outlet. { time: 0.0, value: 0.0 } by default.

Optional time

time: undefined | number

Time of the node. 0.0 by default.

Optional value

value: undefined | number

Value of the node. 0.0 by default.

Generated using TypeDoc