Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Continents
Floor Class
Floor Constructor
Floor Properties
Floor Methods
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#
Copy
public
Floor
(
List
<
int
>
texture_dims
,
Dictionary
<
string
,
Region
>
regions
)
Parameters
texture_dims
Type:
System.Collections.Generic
List
Int32
The dimension.
regions
Type:
System.Collections.Generic
Dictionary
String
,
Region
The regions.
See Also
Reference
Floor Class
GW2CSharp.V2.Unauthenticated.Continents Namespace