Class FolderAssetRef
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
Folder Asset Reference
[Serializable]
[FolderAssetType]
public class FolderAssetRef : AssetRef
- Inheritance
-
FolderAssetRef
- Inherited Members
Methods
GetPath(string)
Returns the full path by appending a relative path to the folder path.
public string GetPath(string relativePath)
Parameters
relativePath
stringThe relative path inside the folder.
Returns
- string
The full path to the asset.