Photon Fusion 2.0.3

NetworkBehaviourUtils Member List

This is the complete list of members for NetworkBehaviourUtils, including all inherited members.

CloneArray< T >(T[] array)NetworkBehaviourUtilsstatic
CopyFromNetworkArray< T >(NetworkArray< T > networkArray, ref T[] dstArray)NetworkBehaviourUtilsstatic
CopyFromNetworkDictionary< D, K, V >(NetworkDictionary< K, V > networkDictionary, ref D dictionary)NetworkBehaviourUtilsstatic
CopyFromNetworkList< T >(NetworkLinkedList< T > networkList, ref T[] dstArray)NetworkBehaviourUtilsstatic
GetMetaData(Type type)NetworkBehaviourUtilsstatic
GetRpcStaticIndexOrThrow(string key)NetworkBehaviourUtilsstatic
GetStaticWordCount(Type type)NetworkBehaviourUtilsstatic
GetWordCount(NetworkBehaviour behaviour)NetworkBehaviourUtilsstatic
HasStaticWordCount(Type type)NetworkBehaviourUtilsstatic
InitializeNetworkArray< T >(NetworkArray< T > networkArray, T[] sourceArray, string name)NetworkBehaviourUtilsstatic
InitializeNetworkDictionary< D, K, V >(NetworkDictionary< K, V > networkDictionary, D dictionary, string name)NetworkBehaviourUtilsstatic
InitializeNetworkList< T >(NetworkLinkedList< T > networkList, T[] sourceArray, string name)NetworkBehaviourUtilsstatic
InternalOnDestroy(SimulationBehaviour obj)NetworkBehaviourUtilsstatic
InternalOnDisable(SimulationBehaviour obj)NetworkBehaviourUtilsstatic
InternalOnEnable(SimulationBehaviour obj)NetworkBehaviourUtilsstatic
InvokeRpcNetworkBehaviourUtilsstatic
MakeSerializableDictionary< K, V >(Dictionary< K, V > dictionary)NetworkBehaviourUtilsstatic
NotifyLocalSimulationNotAllowedToSendRpc(string rpc, NetworkObject obj, int sources)NetworkBehaviourUtilsstatic
NotifyLocalTargetedRpcCulled(PlayerRef player, string methodName)NetworkBehaviourUtilsstatic
NotifyNetworkUnwrapFailed< T >(T wrapper, Type valueType)NetworkBehaviourUtilsstatic
NotifyNetworkWrapFailed< T >(T value)NetworkBehaviourUtilsstatic
NotifyNetworkWrapFailed< T >(T value, Type wrapperType)NetworkBehaviourUtilsstatic
NotifyRpcPayloadSizeExceeded(string rpc, int size)NetworkBehaviourUtilsstatic
NotifyRpcTargetUnreachable(PlayerRef player, string rpc)NetworkBehaviourUtilsstatic
RegisterMetaData(Type type)NetworkBehaviourUtilsstatic
RegisterRpcInvokeDelegates(Type type)NetworkBehaviourUtilsstatic
ShouldRegisterRpcInvokeDelegates(Type type)NetworkBehaviourUtilsstatic
ThrowIfBehaviourNotInitialized(NetworkBehaviour behaviour)NetworkBehaviourUtilsstatic
TryGetRpcInvokeDelegateArray(Type type, out RpcInvokeData[] delegates)NetworkBehaviourUtilsstatic
TryGetRpcStaticInvokeDelegate(int index, out RpcStaticInvokeDelegate del)NetworkBehaviourUtilsstatic