Exemplo n.º 1
0
        protected static bool ReportErrorCodeIfNotNone(EFVR_ErrorCode code, string funcName)
        {
            if (code == EFVR_ErrorCode.None)
            {
                return(true);
            }

            Debug.LogWarning(string.Format("[FOVE] {0} returned error code: {1}", funcName, code));
            return(false);
        }
 //
 // Rendering Callbacks
 //
 private void HandleSubmitResult(EFVR_ErrorCode result)
 {
 }