// Token: 0x06000083 RID: 131 RVA: 0x00003608 File Offset: 0x00001808 protected static bool ActionButton(global::AuthorShared.Content content, ref global::AuthorShared.PeiceAction act, bool isSelected, global::AuthorShared.PeiceAction action, GUIStyle style, params GUILayoutOption[] options) { if (global::AuthorShared.Toggle(content, isSelected, style, options) != isSelected) { act = action; return(true); } return(false); }