Click or drag to resize
Floor Constructor
View Project on GitHub
Initializes a new instance of the Floor class.

Namespace: GW2CSharp.V2.Unauthenticated.Continents
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Floor(
	List<int> texture_dims,
	Dictionary<string, Region> regions
)

Parameters

texture_dims
Type: System.Collections.GenericListInt32
The dimension.
regions
Type: System.Collections.GenericDictionaryString, Region
The regions.
See Also