Class ResourceManagerRuntimeData
Inheritance
System.Object
ResourceManagerRuntimeData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Syntax
public class ResourceManagerRuntimeData
Properties
AssetCacheAge
Declaration
public float AssetCacheAge { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
AssetCacheSize
Declaration
public int AssetCacheSize { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
BundleCacheAge
Declaration
public float BundleCacheAge { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
BundleCacheSize
Declaration
public int BundleCacheSize { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CatalogLocations
Declaration
public List<ResourceLocationData> CatalogLocations { get; }
Property Value
ContentVersion
Declaration
public string ContentVersion { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PlayerCatalogLocation
Declaration
public static string PlayerCatalogLocation { get; }
Property Value
| Type |
Description |
| System.String |
|
PlayerSettingsLocation
Declaration
public static string PlayerSettingsLocation { get; }
Property Value
| Type |
Description |
| System.String |
|
ProfileEvents
Declaration
public bool ProfileEvents { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SettingsHash
Declaration
public string SettingsHash { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UsePooledInstanceProvider
Declaration
public bool UsePooledInstanceProvider { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
GetPlayerCatalogLoadLocation(ResourceManagerRuntimeData.EditorPlayMode)
Declaration
public static string GetPlayerCatalogLoadLocation(ResourceManagerRuntimeData.EditorPlayMode mode)
Parameters
Returns
| Type |
Description |
| System.String |
|
GetPlayerSettingsLoadLocation(ResourceManagerRuntimeData.EditorPlayMode)
Declaration
public static string GetPlayerSettingsLoadLocation(ResourceManagerRuntimeData.EditorPlayMode mode)
Parameters
Returns
| Type |
Description |
| System.String |
|