C# Class LoadChromosome, evosim

Inheritance: MonoBehaviour
ファイルを表示 Open project: clomax/evosim Class Usage Examples

Public Properties

Property Type Description
c Chromosome,
parent UIElement,

Public Methods

Method Description
OnClick ( ) : void

Method Details

OnClick() public method

public OnClick ( ) : void
return void

Property Details

c public_oe property

public Chromosome, c
return Chromosome,

parent public_oe property

public UIElement, parent
return UIElement,