Photon Fusion 1.1.9

Public Attributes | Properties | List of all members
NetworkPrefabInfo Struct Reference

Meta data for a NetworkObject prefab which has been cataloged in a NetworkProjectConfig.PrefabTable. More...

Public Attributes

NetworkObjectHeaderHeader
 Header data for the NetworkObject prefab.
 
NetworkPrefabId Prefab
 Prefab ID. Use NetworkPrefabTable.TryAdd(NetworkObjectGuid, INetworkPrefabSource, out NetworkPrefabId) to look up the actual prefab reference in the NetworkProjectConfig.PrefabTable.
 

Properties

int * Data [get]
 Data pointer to the first word of this NetworkObject's data block.
 
bool HasHeader [get]
 If the Header is not null.
 

Detailed Description

Meta data for a NetworkObject prefab which has been cataloged in a NetworkProjectConfig.PrefabTable.