Class AssetReferenceGameObject
GameObject only asset reference.
Inherited Members
Namespace: UnityEngine.AddressableAssets
Syntax
[Serializable]
public class AssetReferenceGameObject : AssetReferenceT<GameObject>, IKeyEvaluator
Constructors
AssetReferenceGameObject(String)
Constructs a new reference to a GameObject.
Declaration
public AssetReferenceGameObject(string guid)
Parameters
Type | Name | Description |
---|---|---|
String | guid | The object guid. |