Photon Fusion
2.1.1
Public Member Functions | |
| NetworkedAttribute () | |
| Default constructor for NetworkedAttribute. | |
Flags a property of NetworkBehaviour for network state synchronization. The property should have empty get and set defines, which will automatically be replaced with networking code via IL Weaving.
Inside of INetworkStruct, do not use AutoProperties (get; set;), as these will introduce managed types into the struct, which are not allowed. Instead use '=> default'.