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