[Tooltip("This text will display on top of the tooltip as a Header")]
[SerializeField]privatestringheader;
[Tooltip("This text will display below the Header of the tooltip")]
[SerializeField]privatestringcontent;
[Tooltip("Header text will be ignored and this game object's name will be used as the Header instead")]
[SerializeField]privateboolobjectNameAsHeader;
[Tooltip("Content text will be ignored and Object Build SO ToolTip will be used as the Content instead \nDo not use this without UI Buildable SO Data Container. (UI Feature Only)")]