Skip to content

NodeLayer Class

This class is responsible for housing several nodes into 1 tangible layer. Probably should've been a simple array but I thought I will need some functions here eventually.

NodeLayer .new() Creates and returns the NodeLayer.
void :AddNodes(Tuple ...) Adds the given tuple of nodes into the layer.
array :GetNodes() Returns the array of nodes in the layer.