Table of Contents

Class UnityPathConverter

Namespace
Luny.Unity.Bridge
Assembly
Luny.Unity.dll
public sealed class UnityPathConverter : ILunyPathConverter
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

nativePath string
type LunyPathType

Returns

string

ToNative(string, LunyPathType)

Converts a Luny relative path to a native engine path.

public string ToNative(string agnosticPath, LunyPathType type)

Parameters

agnosticPath string
type LunyPathType

Returns

string