Photon Fusion 2.0.4

Public Member Functions | List of all members
NetworkObjectProviderDummy Class Reference

A dummy implementation of the INetworkObjectProvider interface. This class is used for testing purposes and throws a NotImplementedException for all its methods. More...

Inherits INetworkObjectProvider.

Public Member Functions

NetworkObjectAcquireResult AcquirePrefabInstance (NetworkRunner runner, in NetworkPrefabAcquireContext context, out NetworkObject instance)
 Acquires an instance of a prefab for a network object.
 
NetworkPrefabId GetPrefabId (NetworkRunner runner, NetworkObjectGuid prefabGuid)
 Translates guid into prefab id.
 
void ReleaseInstance (NetworkRunner runner, in NetworkObjectReleaseContext context)
 Releases an instance of a network object.
 
- Public Member Functions inherited from INetworkObjectProvider
void Initialize (NetworkRunner networkRunner)
 
void Shutdown (NetworkRunner networkRunner)
 

Detailed Description

A dummy implementation of the INetworkObjectProvider interface. This class is used for testing purposes and throws a NotImplementedException for all its methods.