Click or drag to resize
AnimalSkinAttribute Constructor (String)

Use this constructor if you don't want to specify a Skin Family to use if your custom skin doesn't exist.

Namespace: Terrarium.Sdk.Classes.Creature.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AnimalSkinAttribute(
	string skin
)

Parameters

skin
Type: SystemString
The name of the assembly the contains the skin you want to use.
See Also