Table of Contents

Class LunyAssetPath

Namespace
Luny.Engine.Bridge
Assembly
Luny.dll

Specialized path for engine assets.

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

Properties

PathType

protected override LunyPathType PathType { get; }

Property Value

LunyPathType

Methods

FromAgnostic(string)

public static LunyAssetPath FromAgnostic(string agnosticPath)

Parameters

agnosticPath string

Returns

LunyAssetPath

FromNative(string)

public static LunyAssetPath FromNative(string nativePath)

Parameters

nativePath string

Returns

LunyAssetPath

Operators

implicit operator LunyAssetPath(string)

public static implicit operator LunyAssetPath(string agnosticPath)

Parameters

agnosticPath string

Returns

LunyAssetPath