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.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AnimalSkinAttribute(
string skin
)
Public Sub New (
skin As String
)
public:
AnimalSkinAttribute(
String^ skin
)
new :
skin : string -> AnimalSkinAttribute
Parameters
- skin
- Type: SystemString
The name of the assembly the contains the skin you want to use.
See Also