Click or drag to resize
OrganismInitialize Method
The Initialize method is called immediately after instantiating a new creature. The developer should override this method to set up event handlers for the creature and do any first time initialization that needs to be done to set up member variables.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
protected virtual void Initialize()
See Also