Class ListChangedObject
Inheritance
ListChangedObject
Syntax
public class ListChangedObject : NetworkBehaviour
Fields
AddDone
Declaration
Field Value
ExpectedPreviousValue
Declaration
public int ExpectedPreviousValue
Field Value
ExpectedValue
Declaration
Field Value
MyNetworkList
Declaration
public NetworkList<int> MyNetworkList
Field Value
Methods
Changed(NetworkListEvent<Int32>)
Declaration
public void Changed(NetworkListEvent<int> listEvent)
Parameters
OnNetworkSpawn()
Declaration
public override void OnNetworkSpawn()
Overrides