Defaults

Members

(static) AlignmentForce :number

Source:
Maximum alignment force between connected nodes
Type:
  • number

(static) AttractionForce :number

Source:
Maximum attraction force between connected nodes
Type:
  • number

(static) BrownianMotionRange :number

Source:
Amount to 'jiggle' nodes when Brownian motion is enabled
Type:
  • number

(static) DebugMode :boolean

Source:
Turn on/off debug mode (per-edge colors)
Type:
  • boolean

(static) DrawHistory :boolean

Source:
Turn on/off capturing and rendering of previous node positions to create a "tree ring" effect
Type:
  • boolean

(static) DrawNodes :boolean

Source:
Show/hide circles for each node
Type:
  • boolean

(static) FillMode :boolean

Source:
Turn on/off shape fills for closed paths
Type:
  • boolean

(static) HistoryCaptureInterval :number

Source:
Interval (in ms) between capture of paths for history effect
Type:
  • number

(static) InvertedColors :boolean

Source:
Turn on/off inverted colors
Type:
  • boolean

(static) MaxDistance :number

Source:
Maximum distance between nodes before they are split
Type:
  • number

(static) MaxHistorySize :number

Source:
Maximum number of previous paths to capture for history effect
Type:
  • number

(static) MaxVelocity :number

Source:
Maximum velocity at which a node can move per frame
Type:
  • number

(static) MinDistance :number

Source:
Minimum distance between nodes. Used in attraction, pruning, and injection
Type:
  • number

(static) NodeInjectionInterval :number

Source:
Interval (in ms) between call to node injection routine
Type:
  • number

(static) RepulsionForce :number

Source:
Maximum repulsion force between nearby nodes
Type:
  • number

(static) RepulsionRadius :number

Source:
Radius to search for nearby nodes for repulsion force
Type:
  • number

(static) ShowBounds :boolean

Source:
Draw all boundaries
Type:
  • boolean

(static) TraceMode :boolean

Source:
Allow accumulation of path growth by disabling background repaints
Type:
  • boolean

(static) UseBrownianMotion :boolean

Source:
Turn on/off Brownian motion
Type:
  • boolean