Example #1
0
        private void OnConnectionError(ZView sender, IntPtr connection)
        {
            ZView.PluginError error = sender.GetConnectionError(connection);

            Debug.LogError(string.Format("<color=green>Connection Error: {0}</color>", error));
        }