MarkingColorAttribute Constructor |
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic MarkingColorAttribute(
KnownColor markingColor
)
Public Sub New (
markingColor As KnownColor
)
public:
MarkingColorAttribute(
KnownColor markingColor
)
new :
markingColor : KnownColor -> MarkingColorAttribute
Parameters
- markingColor
- Type: Terrarium.Sdk.EnumerationsKnownColor
The special marking color for the animal. This could be
the color of the dot on a black widow or the stripes
on some other animal.
See Also