Table of Contents

Class LunySavePath

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll

Specialized path for engine save data.

public sealed class LunySavePath : LunyPath, ILunyPath
Inheritance
object
LunySavePath
Implements
Inherited Members

Properties

PathType

protected override LunyPathType PathType { get; }

Property Value

LunyPathType

Methods

FromAgnostic(string)

public static LunySavePath FromAgnostic(string agnosticPath)

Parameters

agnosticPath string

Returns

LunySavePath

FromNative(string)

public static LunySavePath FromNative(string nativePath)

Parameters

nativePath string

Returns

LunySavePath

Operators

implicit operator LunySavePath(string)

public static implicit operator LunySavePath(string agnosticPath)

Parameters

agnosticPath string

Returns

LunySavePath