Nano Brain for Unity v0.1
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Nucleus Class Referenceabstract

Description

A Nucleus is a basic element in a brain cluster.

Inheritance diagram for Nucleus:
Cluster Neuron MemoryCell

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.
 

Member Function Documentation

◆ ShallowCloneTo()

Nucleus ShallowCloneTo ( Cluster  parent)
abstract

Function to make a partial clone of this nucleus.

Parameters
parentThe cluster in which the cloned nucleus should be placed
Returns