void ApplyStyles(LinkController linkController) { if (GUILayout.Button("Apply Styles")) { linkController.ApplyStyles(); } }