repo_name stringlengths 1 52 | repo_creator stringclasses 6
values | programming_language stringclasses 4
values | code stringlengths 0 9.68M | num_lines int64 1 234k |
|---|---|---|---|---|
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.Core;
using AWS.GameKit.Editor.GUILayoutExtensions;
using ... | 98 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Linq;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.Core;... | 695 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// System
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Editor.GUILayoutExtensions;
using AWS.GameKit.Runtime.Utils;
namespace AWS.GameKit.Editor.Windows.Settings
... | 176 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Unity
using UnityEditor.IMGUI.Controls;
namespace AWS.GameKit.Editor.Windows.Settings
{
public sealed class NavigationTreeItem : TreeViewItem
{
public Page Page { get; }
public Navi... | 20 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System.Collections.Generic;
// Unity
using UnityEditor.IMGUI.Controls;
using UnityEngine;
namespace AWS.GameKit.Editor.Windows.Settings
{
/// <summary>
/// A GUI element whic... | 162 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Runtime.Utils;
namespace AWS.GameKit.Editor.Windows.Settings
{
... | 109 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
namespace AWS.GameKit.Editor.Windows.Settings
{
/// <summary>
/// A GUI element which displays a page and handles transition logic when changing to a different page.
/// </summary>
public class ... | 46 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
namespace AWS.GameKit.Editor.Windows.Settings
{
/// <summary>
/// This enum contains every page displayed in the AWS GameKit Settings window.
/// </summary>
public enum PageType
{
En... | 20 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Unity
using UnityEditor;
// GameKit
using AWS.GameKit.Common;
namespace AWS.GameKit.Editor.Windows.Settings
{
/// <summary>
/// Creates the SettingsWindow and provides the rest of AWS GameKit with ... | 48 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Unity
using UnityEngine.Events;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.Editor.AchievementsAdmin;
using AWS.GameKit.Editor.Core;
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.Feat... | 48 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Editor.GUILayoutExtensions;
using AWS.GameKit.Editor.Utils;
namespace AWS.GameKit.Editor.Windows.Settings
{
/// <summary>
/... | 558 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// System
using System;
// Unity
using UnityEditor;
using UnityEditor.IMGUI.Controls;
// GameKit
using AWS.GameKit.Editor.Utils;
namespace AWS.GameKit.Editor.Windows.Settings
{
/// <summary>
/// Cont... | 44 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Unity
using UnityEditor;
using UnityEditor.IMGUI.Controls;
using UnityEngine;
// GameKit
using AWS.GameKit.Editor.FileStructure;
using AWS.GameKit.Editor.GUILayoutExtensions;
using AWS.GameKit.Editor.Utils;... | 238 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
namespace AWS.GameKit.Editor.Windows.Settings
{
public class UserInfo
{
public string UserName { get; set; }
public string UserId { get; set; }
public bool IsLoggedIn => !string... | 14 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Editor.GUILayoutExtensions;
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.Utils;
using... | 190 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
// Unity
using UnityEditor;
using UnityEngine;
using UnityEngine.Networking;... | 1,061 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.GUILayoutExtensions;
usi... | 224 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.GUILayoutExtensions;
namespace AWS.GameKit.Editor.Windows... | 43 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.Models;
namespace AWS.GameKit.Editor.Windows.Settings.Pages.Achievement... | 38 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.IO;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.Editor.Achievement... | 490 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
// GameKit
using AWS.GameKit.Editor.Core;
using AWS.GameKit.Editor.GUILayoutExtensions;
using AWS.GameKit.Runtime.Core;
namespace AWS.GameKit.Edi... | 79 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
// Unity
using UnityEditor;
using UnityEngine;
using UnityEngine.Ev... | 1,171 |
aws-gamekit-unity | aws | C# |
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.C... | 494 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
namespace AWS.GameKit.Editor.Windows.Settings.Pages.GameStateCloudSaving
{
[Se... | 32 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.GUILayoutExtensions;
usi... | 49 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// System
using System;
using System.Collections.Generic;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.GUILayoutExtensions;
using AWS.Gam... | 392 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
namespace AWS.GameKit.Editor.Windows.Settings.Pages.IdentityAndAuthentication
{
... | 32 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.GUILayoutExtensions;
usi... | 103 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Editor.GUILayoutExtensions;
using AWS.GameKit.Editor.Utils;
using AWS.GameKit.Runtime.Utils;
nam... | 209 |
aws-gamekit-unity | aws | C# |
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Linq;
using AWS.GameKit.Editor.GUILayoutExtensions;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKi... | 870 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEditor;
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
namespace AWS.GameKit.Editor.Windows.Settings.Pages.UserGameplayData
{
[Serial... | 32 |
aws-gamekit-unity | aws | C# |
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Editor.Models;
namespace AWS.GameKit.Editor.Windows.Settings.Pages.UserGamepl... | 40 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Unity
using UnityEngine;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.Utils;
namespace AWS.GameKit.Runtime
{
/// <summary>
/// This script must alw... | 131 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.Excepti... | 574 |
aws-gamekit-unity | aws | C# | // Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// This was generated by a script, do not modify!
namespace AWS.GameKit.Runtime.Core
{
/// <summary>
/// Constants with a 1:1 match to GameKit DLL API return values.
/// </summary>
public ... | 107 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.Features.GameKitUserGameplayData;
using AWS.GameKit.Runtime.Features.Ga... | 231 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.Models;
namespace AWS.GameKit.Runtime.Core
{
/// <summary>
///... | 584 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.IO;
using System.Text;
// Unity
using UnityEditor;
using UnityEngine;
using UnityEngine.Networking;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.Com... | 326 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.Utils;
using AWS.GameKit.Runtime.Model... | 96 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Exceptions
{
public class GameKitInstanceNotFound : Exception
{
public GameKitInstanceNotFound(string message)
: base... | 17 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Exceptions
{
public class GameKitRuntimeException : Exception
{
public GameKitRuntimeException(string message)
: base... | 16 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.FeatureUtils;
using AWS.GameKit.Runtime.Models;
namespace AWS.GameKit.Runtime.Features.GameKitAchievemen... | 96 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Third Party
using Newtonsoft.Json;
namespace AWS.GameKit.Runtime.Features.GameKitAchievements
{
public class ListAchievementsDesc
{
public uint PageSize;
... | 105 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.FeatureUtils;
using AWS.GameKit.Runtime.Models;
using AWS.GameKit.Ru... | 120 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// GameKit
using AWS.GameKit.Runtime.Models;
namespace AWS.GameKit.Runtime.Features.GameKitAchievements
{
/// <summary>
/// Interface for the AWS GameKit Achievements... | 70 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Gamekit
using AWS.GameKit.Common;
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.Utils;
namespace AWS.GameKit.Runtime.FeatureUt... | 279 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// GameKit
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.Models;
using AWS.GameKit.Runtime.Utils;
namespace AWS.GameKit.Runtime.FeatureUtils
{
public abstract... | 54 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Unity
using UnityEngine;
// Standard Library
using System;
using System.IO;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Runtime.Utils;
namespace AWS.GameKit.Runtime.Features.GameKit... | 107 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Features.GameKitGameSaving
{
/// <summary>
/// Describes the default Game Saving model to be used by the GameKit SDK
/// </summary>
... | 33 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.FeatureUtils;
namespace AWS.GameKit.Runtime.Features.GameKitGameSaving
{
/// <summary>
/// This ... | 276 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Runtime.InteropServices;
namespace AWS.GameKit.Runtime.Features.GameKitGameSaving
{
public static class GameSavingConstants
{
public const uint S3... | 140 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Runtime.FeatureUtils;
using AWS.GameKit.Runtime.Models;
using AWS.GameKit.Runtime.Utils;
namespace AWS.Game... | 177 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Features.GameKitGameSaving
{
/// <summary>
/// This class provides APIs for storing game save files in the cloud and synchronizing them w... | 236 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// Unity
using UnityEngine;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.FeatureUtils;
using AWS.GameKit.Runtime.Models;
namespace AWS.GameKit.Runti... | 265 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Runtime.InteropServices;
namespace AWS.GameKit.Runtime.Features.GameKitIdentity
{
public enum FederatedIdentityProvider
{
FACEBOOK = 0,
};
... | 108 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.FeatureUtils;
using AWS.GameKit.Ru... | 142 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// GameKit
using AWS.GameKit.Runtime.Models;
namespace AWS.GameKit.Runtime.Features.GameKitIdentity
{
/// <summary>
/// Interface for the AWS GameKit Identity feature... | 181 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// GameKit
using AWS.GameKit.Runtime.Models;
namespace AWS.GameKit.Runtime.Features.GameKitUserGameplayData
{
/// <summary>
/// Interface for the AWS GameKit User Gam... | 287 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
// GameKit
using AWS.GameKit.Common;
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.FeatureUtils;
using AWS.GameKit.Runtime.Models;... | 510 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace AWS.GameKit.Runtime.Features.GameKitUserGameplayData
{
[UnmanagedFunctionPointer(CallingC... | 99 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Runtime.Core;
using AWS.GameKit.Runtime.FeatureUtils;
u... | 270 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System.Runtime.InteropServices;
namespace AWS.GameKit.Runtime.Models
{
[StructLayout(LayoutKind.Sequential)]
public struct AccountCredentials
{
public string Regio... | 36 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System.Runtime.InteropServices;
namespace AWS.GameKit.Runtime.Models
{
[StructLayout(LayoutKind.Sequential)]
public struct AccountInfo
{
public string Environment;... | 18 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
namespace AWS.GameKit.Runtime.Models
{
public static class Constants
{
public static class EnvironmentCodes
{
public const string DEVELOPMENT = "dev";
public cons... | 17 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard
using System;
using System.Collections.Generic;
// GameKit
using AWS.GameKit.Common.Models;
namespace AWS.GameKit.Runtime.Models
{
public class DeploymentResponseCallbackResult
{
... | 40 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// GameKit
using AWS.GameKit.Common.Models;
namespace AWS.GameKit.Runtime.Models
{
public class FeatureStatusSetDesc
{
public FeatureType FeatureType;
public FeatureStatus Status;
}... | 15 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System.Runtime.InteropServices;
namespace AWS.GameKit.Runtime.Models
{
[StructLayout(LayoutKind.Sequential)]
public class StringCallbackResult
{
public uint Resu... | 57 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Runtime.InteropServices;
// GameKit
using AWS.GameKit.Common.Models;
using AWS.GameKit.Runtime.Utils;
namespace AWS.GameKit.Runtime.Models
{
[UnmanagedFuncti... | 144 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Models
{
[Serializable]
public class JsonResponse<T>
{
public T data;
}
} | 14 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
namespace AWS.GameKit.Runtime.Models
{
public enum DeploymentActionBlockedReason : uint
{
NotBlocked = 0,
FeatureMustBeCreated,
FeatureMustBeDeleted,
FeatureStatusIsUnk... | 20 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Linq;
namespace AWS.GameKit.Runtime.Models
{
public static class EnumExtensions
{
public static TAttribute GetAttribute<TAttribute>(this Enum valu... | 21 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Models
{
public enum FeatureStatus
{
[FeatureStatusData(displayName: "Deployed")]
Deployed,
[FeatureStatusDat... | 89 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
namespace AWS.GameKit.Runtime.Models
{
public enum TemplateType
{
Base,
Instance
};
} | 11 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
namespace AWS.GameKit.Runtime.Models
{
public enum TokenType : uint
{
AccessToken,
RefreshToken,
IdToken,
IamSessionToken,
// TokenType_COUNT should be the last ... | 17 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System.Collections.Generic;
using System.IO;
// AWS GameKit
using AWS.GameKit.Common;
// Third Party
using Newtonsoft.Json;
namespace AWS.GameKit.Runtime.Utils
{
public stati... | 95 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Utils
{
/// <summary>
/// Class to help with calling exported DLL functions.
/// </summary>
public static class DllLoader
{
... | 108 |
aws-gamekit-unity | aws | C# | // Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// This was generated by a script, do not modify!
// Standard Library
using System.Collections.Generic;
// GameKit
using AWS.GameKit.Runtime.Core;
namespace AWS.GameKit.Runtime.Utils
{
/// <summary>... | 123 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
// Unity
using UnityEngine;
// GameKit
using AWS.GameKit.Runtime.Models;
namespace AWS.GameKit.Runtime... | 216 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace AWS.GameKit.Runtime.Utils
{
/// <summary>
/// Class to help with marshalling for call... | 163 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
// Unity
using UnityEngine;
namespace AWS.GameKit.Runtime.Utils
{
[Serializable]
public class SerializableDictionary<K, V> : Diction... | 95 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Linq;
// Unity
using UnityEngine;
namespace AWS.GameKit.Runtime.Utils
{
/// <summary>
/// A Serializable <see cref="... | 215 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// This class is only usable while in Editor
#if UNITY_EDITOR
// Standard
using System.Threading;
// Unity
using UnityEditor;
using UnityEngine;
namespace AWS.GameKit.Runtime.Utils
{
/// <summary>
... | 47 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
using System.Collections.Generic;
using System.Threading;
#if UNITY_EDITOR
// Unity
using UnityEditor;
#endif
namespace AWS.GameKit.Runtime.Utils
{
/// <summary>
/// ... | 306 |
aws-gamekit-unity | aws | C# | // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Standard Library
using System;
namespace AWS.GameKit.Runtime.Utils
{
public static class TimeUtils
{
/// <summary>
/// Converts an epoch timestamp into a human readable string.
... | 55 |
aws-gamekit-unreal | aws | C# | // Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
using System;
using System.Collections.Generic;
using System.IO;
using UnrealBuildTool;
public class AwsGameKitCore : ModuleRules
{
public AwsGameKitCore(ReadOnlyTargetRules Target) : base(Target)
... | 261 |
aws-gamekit-unreal | aws | C# | // Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
using System;
using System.IO;
using UnrealBuildTool;
public class AwsGameKitEditor : ModuleRules
{
public AwsGameKitEditor(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsage... | 161 |
aws-gamekit-unreal | aws | C# | // Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
using System;
using System.IO;
using UnrealBuildTool;
public class AwsGameKitRuntime : ModuleRules
{
public AwsGameKitRuntime(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsa... | 79 |
aws-lambda-builders | aws | C# | using Amazon.Lambda.Core;
using Amazon.Lambda.RuntimeSupport;
using Amazon.Lambda.Serialization.SystemTextJson;
namespace CustomRuntime6;
public class Function
{
private static async Task Main(string[] args)
{
Func<string, ILambdaContext, string> handler = FunctionHandler;
await LambdaBootstra... | 21 |
aws-lambda-builders | aws | C# | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Amazon.Lambda.Core;
// Assembly attribute to enable the Lambda function's JSON input to be converted into a .NET class.
[assembly: LambdaSerializer(typeof(Amazon.Lambda.Serialization.Json.JsonSerializer))]
namespac... | 28 |
aws-lambda-builders | aws | C# | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Amazon.Lambda.Core;
// Assembly attribute to enable the Lambda function's JSON input to be converted into a .NET class.
[assembly: LambdaSerializer(typeof(Amazon.Lambda.Serialization.Json.JsonSerializer))]
namespac... | 28 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using System.IO;
namespace BlueprintBaseName._1
{
/// <summary>
/// This class extends from APIGatewayProxyFunction which contains the method FunctionHandlerAsy... | 34 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
namespace BlueprintBaseName._1
{
/// <summary>
/// The Main function can be used to run the ASP.NET Core application locally using... | 27 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions... | 51 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Amazon.S3;
using Amazon.S3.Model;
using Newtonsoft.Json;
namespace BlueprintBaseName... | 136 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace BlueprintBaseName._1.Controllers
{
[Route("api/[controller]")]
public class ValuesController : Controller
{
// GET api/values
[HttpGet]
publi... | 45 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Amazon.Lambda.Core;
using Amazon.Lambda.TestUtilities;
using Amazon.Lambda.APIGatewayEvents;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Amazon;
using Ama... | 124 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Amazon.Lambda.Core;
using Amazon.Lambda.TestUtilities;
using Amazon.Lambda.APIGatewayEvents;
using Newtonsoft.Json;
using BlueprintBaseName._1;
namespace BlueprintBaseName._1.Tests
{... | 42 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using System.IO;
namespace BlueprintBaseName._1
{
/// <summary>
/// This class extends from APIGatewayProxyFunction which contains the method FunctionHandlerAsy... | 34 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace BlueprintBaseName._1
{
public class Program
... | 26 |
aws-lambda-dotnet | aws | C# | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjecti... | 58 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.