Class AssetReferenceDatabase
Inheritance
AssetReferenceDatabase
Syntax
public class AssetReferenceDatabase : ScriptableObject
Methods
DeleteReference(String)
Declaration
public static void DeleteReference(string relativePath)
Parameters
Type |
Name |
Description |
String |
relativePath |
|
GetAssetBundleManifestReference(String)
Declaration
public static AssetReference GetAssetBundleManifestReference(string relativePath)
Parameters
Type |
Name |
Description |
String |
relativePath |
|
Returns
GetAssetBundleReference(String)
Declaration
public static AssetReference GetAssetBundleReference(string relativePath)
Parameters
Type |
Name |
Description |
String |
relativePath |
|
Returns
GetDatabase()
Declaration
public static AssetReferenceDatabase GetDatabase()
Returns
GetPrefabReference(String)
Declaration
public static AssetReference GetPrefabReference(string relativePath)
Parameters
Type |
Name |
Description |
String |
relativePath |
|
Returns
GetReference(String)
Declaration
public static AssetReference GetReference(string relativePath)
Parameters
Type |
Name |
Description |
String |
relativePath |
|
Returns
GetReferenceWithType(String, Type)
Declaration
public static AssetReference GetReferenceWithType(string relativePath, Type t)
Parameters
Returns
MoveReference(String, String)
Declaration
public static void MoveReference(string oldPath, string newPath)
Parameters
SetDBDirty()
Declaration
public static void SetDBDirty()