Struct CachedAssetBundle
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct CachedAssetBundle
Constructors
| Improve this Doc View SourceCachedAssetBundle(String, Hash128)
Declaration
public CachedAssetBundle(string name, Hash128 hash)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Hash128 | hash |
Properties
| Improve this Doc View Sourcehash
Declaration
public Hash128 hash { get; set; }
Property Value
Type | Description |
---|---|
Hash128 |
name
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
String |