[InfoBox("Additionally, you can also configure the string's alignment, font size, and whether it should support rich text or not.")]
[DisplayAsString(false, 20, TextAlignment.Center, true)]
public string CustomFontSizeAlignmentAndRichText = "This string is <b><color=#FF5555><i>super</i> <size=24>big</size></color></b> and centered.";
[LabelText("特效额外信息")][ShowIf("ShowExtraDataList")] [ListDrawerSettings(ShowFoldout = true, HideAddButton = true, HideRemoveButton = true)]
[OdinSerialize]
public List<EffectExtraData> ExtraDataList = new List<EffectExtraData>();