Table of Contents

Class UnityPathConverter

Namespace
Luny.Unity.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