Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2k stars 415 forks source link

Renamed descendantsCalculated to ancestorsCalculated #167

Closed Bergtrol closed 5 years ago

Bergtrol commented 5 years ago

The method calculates if a node's inputs have all been calculated, renaming based on descendants == outputs and ancestors == inputs.

Seneral commented 5 years ago

Thanks:) Guess it did confuse some trying to understand the code, sorry about that.