Class AssetRef
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Asset Reference
[Serializable]
public class AssetRef
- Inheritance
-
AssetRef
- Derived
- Inherited Members
Properties
FileName
File name without extension
public string FileName { get; }
Property Value
IsValid
is it valid asset path?
public bool IsValid { get; }
Property Value
Path
path to the asset
public string Path { get; }
Property Value
Methods
ToString()
public override string ToString()