Table of Contents

Interface ILunyPathConverter

Namespace
Luny.Engine.Bridge
/
Assembly
Luny.dll

Converts between engine-native and engine-agnostic (Luny) paths.

public interface ILunyPathConverter
Expand Details ...

Methods

ToLuny(String, LunyPathType)

Converts a native path to a Luny relative path.

String ToLuny(String nativePath, LunyPathType type)

Parameters

Type Name Description
String
nativePath
LunyPathType
type

Returns

String

ToNative(String, LunyPathType)

Converts a Luny relative path to a native engine path.

String ToNative(String agnosticPath, LunyPathType type)

Parameters

Type Name Description
String
agnosticPath
LunyPathType
type

Returns

String