C# Class CreaturePane, evosim

Inheritance: MonoBehaviour
Mostra file Open project: clomax/evosim

Public Properties

Property Type Description
Age Text
Energy Text
FoodEaten Text
Limb_Col Image
Name Text
Offspring Text
Root_Col Image
State Text
crt Creature,

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnSelected ( Creature, c ) : void
Start ( ) : void
Update ( ) : void
kill ( ) : void

Private Methods

Method Description
set_data ( Creature, c ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnSelected() public method

public OnSelected ( Creature, c ) : void
c Creature,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

kill() public method

public kill ( ) : void
return void

Property Details

Age public_oe property

public Text Age
return Text

Energy public_oe property

public Text Energy
return Text

FoodEaten public_oe property

public Text FoodEaten
return Text

Limb_Col public_oe property

public Image Limb_Col
return Image

Name public_oe property

public Text Name
return Text

Offspring public_oe property

public Text Offspring
return Text

Root_Col public_oe property

public Image Root_Col
return Image

State public_oe property

public Text State
return Text

crt public_oe property

public Creature, crt
return Creature,