Click or drag to resize
AnimalSkinFamily Enumeration

Used by the AnimalSkin attribute. Similar to a "font family" in windows, this enum specifies which family of skins to use when displaying an creature whose custom skin can't be loaded.

Namespace: Terrarium.Sdk.Enumerations
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public enum AnimalSkinFamily
Members
  Member nameValueDescription
Ant0

Use the Ant skin if the custom skin can't be loaded.

Beetle1

Use the Beetle skin if the custom skin can't be loaded.

Spider2

Use the Spider skin if the custom skin can't be loaded.

Inchworm3

Use the Inchworm skin if the custom skin can't be loaded.

Scorpion4

Use the Scorpion skin if the custom skin can't be loaded.

See Also