Click or drag to resize
PlantStateCloneMutable Method
Clones the current plant state while resetting the immutability attribute so that the new state can be updated with new information.

Namespace: Terrarium.Sdk.Classes.State
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public override OrganismState CloneMutable()

Return Value

Type: OrganismState
An newly mutable OrganismState that can be casted to a PlantState.
See Also