Table of Contents

Class LunyAssetPath

Namespace
Luny.Engine.Bridge
/
Assembly
Luny.dll

Specialized path for engine assets.

public sealed class LunyAssetPath : LunyPath, ILunyPath
Expand Details ...
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

Type Name Description
String
agnosticPath

Returns

LunyAssetPath

FromNative(String)

public static LunyAssetPath FromNative(String nativePath)

Parameters

Type Name Description
String
nativePath

Returns

LunyAssetPath

Operators

implicit operator LunyAssetPath(String)

public static implicit operator LunyAssetPath(String agnosticPath)

Parameters

Type Name Description
String
agnosticPath

Returns

LunyAssetPath