Interface ILunyPathConverter
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 |
|---|---|---|
nativePath |
||
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 |
|---|---|---|
agnosticPath |
||
type |
Returns
- String