AnimalSkinAttributeSkin Property |
Provides read-only access to the string value specifying the skin.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string Skin { get; }
Public ReadOnly Property Skin As String
Get
public:
property String^ Skin {
String^ get ();
}
member Skin : string with get
Property Value
Type:
String
See Also