Click or drag to resize
OrganismStateCloneMutable Method
Derived classes must override this to return an instance of their class type that has the same state (by calling CopyStateInto)

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

Return Value

Type: OrganismState

[Missing <returns> documentation for "M:Terrarium.Sdk.Classes.State.OrganismState.CloneMutable"]

See Also