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] |
ID for a NetworkObject Prefab which has been cataloged in a NetworkProjectConfig.PrefabTable.