![]() |
Nano Brain for Unity v0.1
|
A Nucleus is a basic element in a brain cluster.
Public Types | |
| enum | Type { None , Neuron , MemoryCell , Cluster } |
| The types of Nucleus. | |
Public Member Functions | |
| Nucleus | ShallowCloneTo (Cluster parent) |
| Function to make a partial clone of this nucleus. | |
| void | UpdateStateIsolated () |
| Update the state without updating other Nuclei. | |
Public Attributes | |
| string | name |
| The name of the Nucleus. | |
| Cluster | parent |
| The cluster instance in which the nucleus is located. | |