Click or drag to resize
MarkingColorAttribute Constructor
Initializes a new instance of the MarkingColorAttribute class

Namespace: Terrarium.Sdk.Classes.Creature.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public MarkingColorAttribute(
	KnownColor markingColor
)

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