Namespace: DeltaEngine.Editor.ProjectCreator.TestsAssembly: DeltaEngine.Editor.ProjectCreator.Tests (in DeltaEngine.Editor.ProjectCreator.Tests.dll) Version: 1.1.1.0 (1.1.1)
public static string GetEngineTemplatesDirectory(
string framework = "GLFW"
)
public static string GetEngineTemplatesDirectory(
string framework = "GLFW"
)
Public Shared Function GetEngineTemplatesDirectory (
Optional framework As String = "GLFW"
) As String
Public Shared Function GetEngineTemplatesDirectory (
Optional framework As String = "GLFW"
) As String
public:
static String^ GetEngineTemplatesDirectory(
String^ framework = L"GLFW"
)
public:
static String^ GetEngineTemplatesDirectory(
String^ framework = L"GLFW"
)
static member GetEngineTemplatesDirectory :
?framework : string
(* Defaults:
let _framework = defaultArg framework "GLFW"
*)
-> string
static member GetEngineTemplatesDirectory :
?framework : string
(* Defaults:
let _framework = defaultArg framework "GLFW"
*)
-> string
Return Value
Type:
String