Class UnityPathConverter
public sealed class UnityPathConverter : ILunyPathConverter
- Inheritance
-
objectUnityPathConverter
- Implements
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
nativePathstringtypeLunyPathType
Returns
- string
ToNative(string, LunyPathType)
Converts a Luny relative path to a native engine path.
public string ToNative(string agnosticPath, LunyPathType type)
Parameters
agnosticPathstringtypeLunyPathType
Returns
- string