Class: SparkleMotion::Nodes::Generator
- Inherits:
-
SparkleMotion::Node
- Object
- SparkleMotion::Node
- SparkleMotion::Nodes::Generator
- Defined in:
- lib/sparkle_motion/nodes/generator.rb
Overview
A sub-class of ‘Node` for any node that operates as the root of a DAG, rather than as a transform.
Direct Known Subclasses
SparkleMotion::Nodes::Generators::Const, SparkleMotion::Nodes::Generators::Perlin, SparkleMotion::Nodes::Generators::Wave2
Constant Summary
Constants inherited from SparkleMotion::Node
SparkleMotion::Node::DEBUG_SCALE, SparkleMotion::Node::FRAME_PERIOD
Instance Attribute Summary
Attributes inherited from SparkleMotion::Node
Method Summary
Methods inherited from SparkleMotion::Node
#[], #[]=, #initialize, #snapshot_to!, #update
Constructor Details
This class inherits a constructor from SparkleMotion::Node