Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CurveWithGUIEvents

Hierarchy

  • CurveWithGUIEvents

Index

Properties

changeLength

changeLength: { length: number }

Type declaration

  • length: number

createFx

createFx: { fx: FxSection & WithBypass & WithID; id: string }

Type declaration

createNode

createNode: { id: string; node: BezierNode & WithID }

Type declaration

  • id: string
  • node: BezierNode & WithID

precalc

precalc: void

previewTime

previewTime: { itemOffset: number; itemSpeed: number; itemTime: number; time: number; value: number }

Type declaration

  • itemOffset: number
  • itemSpeed: number
  • itemTime: number
  • time: number
  • value: number

removeFx

removeFx: { id: string }

Type declaration

  • id: string

removeNode

removeNode: { id: string }

Type declaration

  • id: string

updateFx

updateFx: { fx: FxSection & WithBypass & WithID; id: string }

Type declaration

updateNode

updateNode: { id: string; node: BezierNode & WithID }

Type declaration

  • id: string
  • node: BezierNode & WithID

updateStatus

updateStatus: void

Generated using TypeDoc