Photon Fusion 2.1.1

INetworkPrefabSource Interface Reference

Interface for a network prefab source. More...

Inherits INetworkAssetSource< T >.

Properties

NetworkObjectGuid AssetGuid [get]
 Gets the GUID of the network object asset.
string AssetPath [get]
 Gets the prefab path.
Properties inherited from INetworkAssetSource< T >
string Description [get]
 Gets the description of the network asset.
bool IsCompleted [get]
 Checks if the network asset acquisition is completed.

Additional Inherited Members

Public Member Functions inherited from INetworkAssetSource< T >
void Acquire (bool synchronous)
 Acquires the network asset.
void Release ()
 Releases the network asset.
WaitForResult ()
 Waits for the result of the network asset acquisition.

Detailed Description

Interface for a network prefab source.