Table of Contents

Class UnityPathConverter

Namespace
Luny.Unity.Engine.Bridge
/
Assembly
Luny.Unity.dll
public sealed class UnityPathConverter : ILunyPathConverter
Expand Details ...
Inheritance
object
UnityPathConverter
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

Type Name Description
string
nativePath
LunyPathType
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
string
agnosticPath
LunyPathType
type

Returns

string