Table of Contents

Interface ILunyPathConverter

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll

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

public interface ILunyPathConverter

Methods

ToLuny(string, LunyPathType)

Converts a native path to a Luny relative path.

string ToLuny(string nativePath, LunyPathType type)

Parameters

nativePath string
type LunyPathType

Returns

string

ToNative(string, LunyPathType)

Converts a Luny relative path to a native engine path.

string ToNative(string agnosticPath, LunyPathType type)

Parameters

agnosticPath string
type LunyPathType

Returns

string