This version of Unity is unsupported.
Method group is Obsolete

NetworkBehaviour.SetDirtyBit

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void SetDirtyBit(uint dirtyBit);

Parameters

dirtyBit Bit mask to set.

Description

Used to set the behaviour as dirty, so that a network update will be sent for the object.