Table of Contents

Class AssetRef

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

Asset Reference

[Serializable]
public class AssetRef
Inheritance
AssetRef
Derived
Inherited Members

Properties

FileName

The file name without extension.

public string FileName { get; }

Property Value

string

IsValid

Checks if the asset path is valid.

public bool IsValid { get; }

Property Value

bool

Path

Returns the asset path.

public string Path { get; }

Property Value

string

Methods

ToString()

Returns the asset path as a string.

public override string ToString()

Returns

string

The asset path.