private static extern void Internal_setStyle(IntPtr thisPtr, string guiElemType, GUIElementStyle style);
private static extern void Internal_GUIElementStyle(GUIElementStyle managedInstance);
/// <summary>Sets a style for the specified GUI element type.</summary> public void SetStyle(string guiElemType, GUIElementStyle style) { Internal_setStyle(mCachedPtr, guiElemType, style); }