Photon Fusion 1.1.9

Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
NetworkPrefabId Struct Reference

ID for a NetworkObject Prefab which has been cataloged in a NetworkProjectConfig.PrefabTable. More...

Inherits INetworkStruct, and IEquatable< NetworkPrefabId >.

Public Member Functions

bool Equals (NetworkPrefabId other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
 NetworkPrefabId (uint value)
 
override string ToString ()
 

Static Public Member Functions

static bool operator!= (NetworkPrefabId a, NetworkPrefabId b)
 
static bool operator== (NetworkPrefabId a, NetworkPrefabId b)
 

Public Attributes

uint Value
 

Static Public Attributes

const int ALIGNMENT = 4
 
const int SIZE = 4
 

Properties

bool IsNone [get]
 
bool IsValid [get]
 

Detailed Description

ID for a NetworkObject Prefab which has been cataloged in a NetworkProjectConfig.PrefabTable.