Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetUIDInfo(out HierarchyUIDInfo)

Returns the UID serialization info for this handler. A HierarchyUIDInfo.Size of 0 means this handler does not support UID serialization and its nodes will be skipped. UID serialization is used in Hierarchy view state serialization and Undo/Redo operations.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule

GetUIDInfo(HierarchyUIDInfo)

protected virtual void GetUIDInfo(out HierarchyUIDInfo info)

Parameters

The UID info containing the format version and per-node byte size.