| _activator | Neuron | |
| _outputValue | Neuron | protected |
| _outputValue | Neuron | protected |
| ActivationType enum name | Neuron | |
| Activator(float3 inputValue) | Neuron | protected |
| Activator(Vector3 inputValue) | Neuron | protected |
| activator | Neuron | |
| ActivatorBinary(float3 input) | Neuron | protected |
| ActivatorLinear(float3 input) | Neuron | protected |
| ActivatorLinear(Vector3 input) | Neuron | protected |
| ActivatorNormalized(float3 input) | Neuron | protected |
| ActivatorPower(float3 input) | Neuron | protected |
| ActivatorPower(Vector3 input) | Neuron | protected |
| ActivatorReciprocal(float3 input) | Neuron | protected |
| ActivatorReciprocal(Vector3 input) | Neuron | protected |
| ActivatorSqrt(float3 input) | Neuron | protected |
| ActivatorSqrt(Vector3 input) | Neuron | protected |
| ActivatorTanh(float3 input) | Neuron | protected |
| AddReceiver(Nucleus receiverToAdd, float weight=1) | Neuron | virtual |
| AddSynapse(Neuron sendingNucleus, float weight=1) | Neuron | |
| bias | Neuron | |
| CloneFields(Neuron clone) | Neuron | protectedvirtual |
| Combinator(float3 bias, List< Synapse > synapses) | Neuron | protected |
| Combinator(Vector3 bias, List< Synapse > synapses) | Neuron | protected |
| combinator | Neuron | |
| CombinatorProduct(float3 bias, List< Synapse > synapses) | Neuron | static |
| CombinatorProduct(Vector3 bias, List< Synapse > synapses) | Neuron | static |
| CombinatorSum(float3 bias, List< Synapse > synapses) | Neuron | static |
| CombinatorSum(Vector3 bias, List< Synapse > synapses) | Neuron | static |
| CombinatorType enum name | Neuron | |
| curve | Neuron | |
| curveMax | Neuron | |
| Delete(Nucleus nucleus) | Neuron | static |
| GenerateCurve() | Neuron | |
| GetSynapse(Nucleus sender) | Neuron | |
| isFiring | Neuron | |
| isSleeping | Neuron | |
| lastUpdate | Neuron | |
| MemoryCell(Cluster parent, string name) | MemoryCell | |
| name | Nucleus | |
| Neuron(Cluster parent, string name) | Neuron | |
| outputMagnitude | Neuron | |
| outputSqrMagnitude | Neuron | |
| outputValue | Neuron | |
| outputValue | Neuron | |
| parent | Nucleus | |
| persistOutput | Neuron | |
| ProcessStimulus(Vector3 inputValue) | Neuron | virtual |
| receivers | Neuron | |
| RemoveReceiver(Nucleus receiverToRemove) | Neuron | virtual |
| RemoveSynapse(Nucleus sendingNucleus) | Neuron | |
| SetBias(Vector3 inputValue) | Neuron | virtual |
| ShallowCloneTo(Cluster parent) | MemoryCell | |
| SleepCheck() | Neuron | |
| synapses | Neuron | |
| timeToSleep | Neuron | |
| Type enum name | Nucleus | |
| UpdateStateIsolated() | MemoryCell | |
| WhenFiring | Neuron | |