Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseThe types of operations that can occur for SyncLists.
OP_ADD | Item was added to the list. |
OP_CLEAR | The list was cleared. |
OP_INSERT | An item was inserted into the list. |
OP_REMOVE | An item was removed from the list. |
OP_REMOVEAT | An item was removed at an index from the list. |
OP_SET | An item was set to a new value in the list. |
OP_DIRTY | An item in the list was manually marked dirty. |