This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
| CClusterPrefab | The Unity ScriptableObject to implement re-usable Cluster Prefabs |
| CMotor | A powered wheel collider, controlled by a NanoBrain::Neuron |
| ▼CNucleus | A Nucleus is a basic element in a brain cluster |
| CCluster | A Cluster combines a collection of Nuclei to implement reusable behaviour |
| ▼CNeuron | A neuron is a basic Nucleus |
| CMemoryCell | A MemoryCell stored its value for one update |
| ▼CSensor | A non-directional sensor |
| CLightSensor | A light sensor |
| CTouchSensor | A sensor which can detect contacts with static GameObjects or Rigidbodies |
| CSynapse | A Synapse connects the ouput of a Neuron to another Neuron |
| CVehicle | A Braitenberg style vehicle with two sensors and two motors, powered by a Nanobrain |