Class UnityPathConverter
public sealed class UnityPathConverter : ILunyPathConverter
Constructors
UnityPathConverter()
public UnityPathConverter()
Methods
ToLuny(string, LunyPathType)
Converts a native path to a Luny relative path.
public 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.
public string ToNative(string agnosticPath, LunyPathType type)
Parameters
| Type | Name | Description |
|---|---|---|
agnosticPath |
||
type |
Returns
- string