PlantSkinAttribute 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 PlantSkinAttribute(
string skin
)
Public Sub New (
skin As String
)
public:
PlantSkinAttribute(
String^ skin
)
new :
skin : string -> PlantSkinAttribute
Parameters
- skin
- Type: SystemString
The name of the assembly the contains the skin you want to use
See Also