Click or drag to resize
PlantSkinFamily Enumeration

Used by the PlantSkin attribute. Similar to a font family, 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 PlantSkinFamily
Members
  Member nameValueDescription
Plant0

Use the Plant skin (grass number 1) if the custom skin can't be loaded.

PlantOne1

Use the PlantOne skin (grass number 1) if the custom skin can't be loaded.

PlantTwo2

Use the PlantTwo skin (grass number 2) if the custom skin can't be loaded.

PlantThree3

Use the PlantThree skin (grass number 3) if the custom skin can't be loaded.

See Also