Initializes a new instance of the
Map class
Namespace: TinyPlatformerAssembly: TinyPlatformer (in TinyPlatformer.exe) Version: 1.1.1.0 (1.1.1)
public Map(
string mapContentName = "Level"
)
public Map(
string mapContentName = "Level"
)
Public Sub New (
Optional mapContentName As String = "Level"
)
Public Sub New (
Optional mapContentName As String = "Level"
)
public:
Map(
String^ mapContentName = L"Level"
)
public:
Map(
String^ mapContentName = L"Level"
)
new :
?mapContentName : string
(* Defaults:
let _mapContentName = defaultArg mapContentName "Level"
*)
-> Map
new :
?mapContentName : string
(* Defaults:
let _mapContentName = defaultArg mapContentName "Level"
*)
-> Map