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
IsValid
Checks if the asset path is valid.
public bool IsValid { get; }
Property Value
Path
Returns the asset path.
public string Path { get; }
Property Value
Methods
ToString()
Returns the asset path as a string.
public override string ToString()
Returns
- string
The asset path.