Click or drag to resize
SkinDetail Constructor
View Project on GitHub
Initilization of a new skindetail object.

Namespace: GW2CSharp.V2.Unauthenticated.Items.Skins
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public SkinDetail(
	string type,
	string weight_class,
	string damage_type
)

Parameters

type
Type: SystemString
Skin type.
weight_class
Type: SystemString
The armor weight.
damage_type
Type: SystemString
The damage type.
See Also