Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

MultiColumnHeaderState.OverwriteSerializedFields

public static void OverwriteSerializedFields(IMGUI.Controls.MultiColumnHeaderState source, IMGUI.Controls.MultiColumnHeaderState destination);

Parameters

sourceState that have serialized data to be transfered to the destination state.
destinationDestination state.

Description

Overwrites the seralized fields from the source state to the destination state.

Some of the fields in the MultiColumnHeader state are serializable so they can be preserved between assembly reloads and/or when restarting Unity. The non-serialized fields have to be reconstructed. After having reconstructed the state use this method to apply any serialized fields from a previous session. Ensure to check if the data can be overwritten using CanOverwriteSerializedFields

See Also: CanOverwriteSerializedFields.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答