►CBeamable.AbsModuleConfigurationObject< BeamableConfigurationConstants > | |
►CBeamable.ModuleConfigurationObject | |
CBeamable.AccountManagement.AccountManagementConfiguration | |
CBeamable.Avatars.AvatarConfiguration | |
CBeamable.Console.ConsoleConfiguration | |
CBeamable.Content.ContentConfiguration | |
CBeamable.CoreConfiguration | |
CBeamable.Editor.Modules.EditorConfig.EditorConfiguration | |
CBeamable.Inventory.Scripts.InventoryConfiguration | |
CBeamable.Sessions.SessionConfiguration | |
CBeamable.Shop.ShopConfiguration | |
CBeamable.Sound.SoundConfiguration | |
CBeamable.Theme.ThemeConfiguration | |
CBeamable.Tournaments.TournamentsConfiguration | |
CBeamable.UI.Buss.BussConfiguration | |
►CBeamable.AbsModuleConfigurationObject< MicroserviceConfigConstants > | |
CBeamable.Server.Editor.MicroserviceConfiguration | |
►CBeamable.Common.Player.AbsObservableReadonlyDictionary< PlayerStat, SerializableDictionaryStringToPlayerStat > | |
CBeamable.Player.PlayerStats | |
►CBeamable.Common.Player.AbsObservableReadonlyList< Announcement > | |
CBeamable.Player.PlayerAnnouncements | A readonly list of the player's Announcements. The data will be updated by the Beamable SDK. |
►CBeamable.Common.Player.AbsObservableReadonlyList< PlayerCurrency > | |
CBeamable.Player.PlayerCurrencyGroup | The PlayerCurrencyGroup is a readonly observable list of currencies for a player. It represents all currencies for a player. |
►CBeamable.Common.Player.AbsObservableReadonlyList< PlayerItem > | |
CBeamable.Player.PlayerItemGroup | A list of PlayerItems grouped by a common type. |
►CAbstractPurchasingModule | |
CBeamable.Purchasing.Steam.SteamPurchasingModule | |
CBeamable.Api.AccessTokenStorage | |
CBeamable.Avatars.AccountAvatar | |
CBeamable.AccountManagement.AccountManagementCommands | |
CBeamable.Common.Shop.ActivePeriod | |
CBeamable.Experimental.Api.Lobbies.AddTagsRequest | Request payload to add tags to a player in a Lobby. |
CBeamable.Editor.Modules.EditorConfig.EditorConfiguration.AdvancedSettings | |
►CAggregateException | |
CBeamable.Common.Content.Validation.AggregateContentValidationException | |
CBeamable.Editor.Alias.AliasResolve | |
CBeamable.Editor.Alias.AliasService.AliasResolveResponse | |
CBeamable.Api.Analytics.AnalyticsService | Analytics service. This service provides an API to communicate with the Platform |
CBeamable.Player.Announcement | |
CBeamable.Common.Announcements.AnnouncementAttachment | |
►CBeamable.Editor.Toolbox.Models.AnnouncementModelBase | |
CBeamable.Editor.Toolbox.Models.AnnouncementModel | |
CBeamable.Editor.Toolbox.Models.DockerAnnouncementModel | |
CBeamable.Editor.Toolbox.Models.FeedbackAnnouncementModel | |
CBeamable.Editor.Toolbox.Models.SurveyAnnouncementModel | |
CBeamable.Editor.Toolbox.Models.UpdateAvailableAnnouncementModel | |
CBeamable.Editor.Toolbox.Models.WelcomeAnnouncementModel | |
CBeamable.Editor.Toolbox.Models.WhatsNewAnnouncementModel | |
CBeamable.Common.Api.Announcements.AnnouncementQueryResponse | |
CBeamable.Common.Api.Announcements.AnnouncementRequest | |
CBeamable.API | This is the legacy way to access Beamable. It will still work, and internally maps to the new way. However, please use the new way, but accessing BeamContext.Default ![img beamable-logo] |
CBeamable.Common.Content.ApiInvocationStrategy | |
►CBeamable.Common.Content.ApiRef< AnnouncementApiContent > | |
CBeamable.Common.Announcements.AnnouncementApiRef | |
CBeamable.Common.Content.ApiVariable | |
CBeamable.Common.Content.ApiVariableReference | |
CBeamable.Server.AssemblyDefinitionInfoGroup | |
►CUnityEditor.AssetModificationProcessor | |
CBeamable.Editor.Content.ContentIOAssetProcessor | |
CBeamable.Editor.Modules.Account.BeamableFacebookImporter | |
►CAssetPostprocessor | |
CBeamable.Editor.Assistant.BeamableAssistantAssetPostProcessor | An asset post-processor that reloads and re-builds Beamable Assistant-related data defined in relevant scriptable objects. |
CBeamable.Editor.Reflection.ReflectionCacheAssetPostProcessor | An asset post-processor that reloads and rebuilds all (or the re-imported) IReflectionSystem defined via ReflectionSystemObject whenever one gets re-imported, deleted or moved |
►CAttribute | |
CBeamable.AgnosticAttribute | This type defines the field attribute that marks a Beamable ContentObject field as compatible with Beamable Microservices |
CBeamable.Common.Assistant.BeamHintDomainAttribute | Used to declare that certain "static readonly string" fields are BeamHintDomains — this information is cached by the BeamHintReflectionCache system. |
CBeamable.Common.Assistant.BeamHintIdAttribute | Used to declare that certain "static readonly string" fields are BeamHintIds — this information is cached by the BeamHintReflectionCache system. |
CBeamable.Common.Assistant.BeamHintSystemAttribute | |
CBeamable.Common.Content.ContentFieldAttribute | |
CBeamable.Common.Content.ContentFormerlySerializedAsAttribute | This type defines part of the Beamable ContentObject system |
CBeamable.Common.Spew.SpewLoggerAttribute | Conditional attribute to add Spew. |
CBeamable.Content.IgnoreContentFieldAttribute | This type defines the field attribute that marks a Beamable ContentObject field as ignored from the Content Serialization process |
CBeamable.Editor.Assistant.BeamHintDetailConverterAttribute | Placed on top of any BeamHintDetailConverterProvider static methods that match one of the AcceptedSignatures |
CBeamable.Editor.UI.Components.UIRefAttribute | |
►CBeamable.Server.CallableAttribute | Base callable attribute used to identify methods to be exposed by microservices as endpoints. This attribute makes the endpoint publicly accessible (no need for authentication). ClientCallableAttribute forces the authentication to be required. AdminOnlyCallableAttribute makes it so that only an admin/developer can reach the endpoint. |
►CBeamable.Server.ClientCallableAttribute | This type defines the Microservice method attribute for any Microservice method which can be called EITHER from the Client or a Microservice by a User account of any type |
CBeamable.Server.AdminOnlyCallableAttribute | This type defines the Microservice method attribute for any Microservice method which can be called ONLY from a Microservice by a User account of Admin type |
CBeamable.Server.ConfigureServicesAttribute | |
CBeamable.Server.CustomResponseSerializationAttribute | |
CBeamable.Server.InitializeServicesAttribute | |
CBeamable.Server.MicroserviceAttribute | |
CBeamable.Server.MicroserviceAttribute | |
CBeamable.Server.MongoSerializableAttribute | |
CBeamable.Server.ParameterAttribute | |
CBeamable.Server.StorageObjectAttribute | |
CBeamable.Server.SwaggerCategoryAttribute | |
CBeamable.Service.EditorServiceResolverAttribute | |
►CSystem.Attribute | |
►CBeamableReflection.PreserveAttribute | from Unity docs https://docs.unity3d.com/ScriptReference/Scripting.PreserveAttribute.html |
CBeamContextSystemAttribute | |
CBeamable.Common.Dependencies.RegisterBeamableDependenciesAttribute | Use this attribute to register custom services when Beamable starts up. You should use this on a method that takes one parameter of type IDependencyBuilder. Add whatever services you want to on the builder instance. Any service you register will exist for each BeamContext. |
CMongoDB.Bson.Serialization.Attributes.BsonIdAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonIgnoreAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonIgnoreIfDefaultAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonIgnoreIfNullAttribute | |
►CMongoDB.Bson.Serialization.Attributes.BsonSerializationOptionsAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonRepresentationAttribute | |
CMongoDB.Bson.Serialization.BsonMemberMapAttributeUsageAttribute | |
CSystem.Runtime.CompilerServices.AsyncMethodBuilderAttribute | |
CBeamable.Common.Reflection.AttributeOfInterest | Struct that defines an attribute of interest and gives us information on where to look for it. |
CBeamable.Common.Reflection.AttributeValidationResult | Result of a data structure that holds the result of a validation performed by IReflectionAttribute. |
CBeamable.Common.Steam.AuthenticateUserRequest | |
CBeamable.Common.Api.Auth.AvailabilityRequest | |
CBeamable.Common.Api.Auth.AvailabilityResponse | |
CBeamable.Common.Api.Groups.AvailabilityResponse | |
►CBaseAssetProperty | |
CBeamable.UI.Buss.BaseAssetProperty< T > | |
►CBaseMeshEffect | |
CBeamable.UnityEngineClone.UI.Extensions.Gradient | |
►CBeamable.UI.Tweening.BaseTween | |
CBeamable.UI.Tweening.GenericTween< T > | |
CBeamable.EasyFeatures.BasicLeaderboard.BasicLeaderboardView.BasicLeaderboardViewEntry | |
►CBeamable.Api.Analytics.Batch.BatchManager< T > | Batch manager. This generic class manages the business logic which determines how and when a batch is expired. |
CBeamable.Api.Analytics.Batch.PersistentBatchManager< T > | Persistent Batch Manager. Subclass of BatchManager that adds the ability to persist batches to disk and restore from disk This BatchManager enforces that type T is a JsonSerializable.ISerializable |
CBeamable.Common.Api.Stats.BatchReadEntry | |
CBeamable.Common.Api.Stats.BatchReadStatsRequest | |
CBeamable.Common.Api.Stats.BatchReadStatsResponse | |
CBeamable.Api.Analytics.BatchSettings | |
CCore.Platform.SDK.BeamableApiTokenRequest | |
CCore.Platform.SDK.BeamableApiTokenResponse | |
►CBeamableBasicVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< BaseAssetProperty > | |
CBeamable.Editor.UI.Components.AssetBussPropertyVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< SingleColorBussProperty > | |
CBeamable.Editor.UI.Components.ColorBussPropertyVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< EnumBussProperty > | |
CBeamable.Editor.UI.Components.EnumBussPropertyVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< FloatBussProperty > | |
CBeamable.Editor.UI.Components.FloatBussPropertyVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< IBussProperty > | |
►CBeamable.Editor.UI.Components.MessageBussPropertyVisualElement | |
CBeamable.Editor.UI.Components.CustomMessageBussPropertyVisualElement | |
CBeamable.Editor.UI.Components.NoValidVariableBussPropertyVisualElement | |
CBeamable.Editor.UI.Components.NotImplementedBussPropertyVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< TextAlignmentOptionsBussProperty > | |
CBeamable.Editor.UI.Components.TextAlignmentBussPropertyVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< Vector2BussProperty > | |
CBeamable.Editor.UI.Components.Vector2BussPropertyVisualElement | |
►CBeamable.Editor.UI.Components.BussPropertyVisualElement< VertexColorBussProperty > | |
CBeamable.Editor.UI.Components.VertexColorBussPropertyVisualElement | |
CBeamable.ConsoleCommands.BeamableConsole | |
CBeamable.Editor.Environment.BeamableDiagnosticData | |
►CBeamable.Common.Api.BeamableGetApiResource< ScopedRsp > | This type defines getting Api data source |
CBeamable.Common.Api.BeamableGetApiResourceViaPost< ScopedRsp > | Helper class that can be used to make continuous Method.POST requests in order to keep some cached data somewhere. |
►CBeamable.Common.BeamableLogProvider | This type defines the passthrough for a Beamable Log Provider |
CBeamable.Common.BeamableLogUnityProvider | This type defines the passthrough to UnityEngine.Debug methods such as Log, LogWarning, and LogException |
CBeamable.Common.SilentLogProvider | This type defines the provider for use on physical devices, where spamming the device log is undesirable. This log provider silently swallows all input it receives |
CBeamable.Editor.Environment.BeamablePackageMeta | |
CBeamable.Common.BeamableTaskExtensions | |
►CCore.Platform.BeamableTaskLike< T > | |
CBeamable.UI.Scripts.AwaitableAsyncOperationHandle< T > | |
CUnityEditor.VspAttribution.Beamable.BeamableVsp | |
CBeamable.BeamEditorContext | |
►CBeamable.Editor.UI.BeamEditorWindow< BeamableAssistantWindow > | |
CBeamable.Editor.Assistant.BeamableAssistantWindow | Handles the rendering and initialization of the BeamHints system as well as any other future system tied to the Beamable Assistant. |
►CBeamable.Editor.UI.BeamEditorWindow< BussThemeManager > | |
CBeamable.Editor.UI.Buss.BussThemeManager | |
►CBeamable.Editor.UI.BeamEditorWindow< ContentManagerWindow > | |
CBeamable.Editor.Content.ContentManagerWindow | |
►CBeamable.Editor.UI.BeamEditorWindow< MicroserviceWindow > | |
CBeamable.Editor.Microservice.UI.MicroserviceWindow | |
►CBeamable.Editor.UI.BeamEditorWindow< ToolboxWindow > | |
CBeamable.Editor.Toolbox.UI.ToolboxWindow | |
CBeamable.Editor.UI.BeamEditorWindowInitConfig | Data that configures how a specific type of BeamEditorWindow<TWindow> should be initialized. |
►CBeamable.Editor.Assistant.BeamHintDetailConverterProvider | The base class defining all BeamHintReflectionCache.DefaultConverter (and other similar delegates). Users must inherit from this class to declare their own conversion functions (BeamHintDetailConverterAttribute). They will be automatically detected by the BeamHintReflectionCache and have their mapping cached for rendering hint details when needed. |
CBeamable.Server.Editor.MicroservicesBeamHintDetailsConverterProvider | |
►CBeamable.Common.Assistant.BeamHintDomainProvider | Abstract class that should be implemented in any class that will contain declarations of BeamHintDomainAttribute on their "readonly static string" fields. BeamHintDomains for a better understanding of this. |
CBeamable.Common.Assistant.BeamHintDomains | BeamHint domains are a large-scale contextual grouping for hints. We use these to organize and display them in a logical and easy to navigate way. Domains cannot have SUB_DOMAIN_SEPARATOR, BeamHintHeader.AS_KEY_SEPARATOR or BeamHintSharedConstants.BEAM_HINT_PREFERENCES_SEPARATOR as they are reserved characters |
►CBeamable.Common.Assistant.BeamHintIdProvider | Abstract class that should be implemented in any class that will contain declarations of BeamHintIdAttribute on their "readonly static string" fields. BeamHintIds for a better understanding of this. |
CBeamable.Common.Assistant.BeamHintIds | BeamHint ids are unique identifiers that translates to a single displayed hint and for which notifications are tracked. There are 3 primary ways of thinking about ids:
-
Identify several instances of the same problem and display all of them in a single consistent hint (see BeamHintDomains.BEAM_CSHARP_MICROSERVICES_CODE_MISUSE, or any other Code Misuse, as examples).
-
Identify a single hint/tip that may be interesting to communicate and create a hint Id for it.
-
Embed a content/player or some other unique identifier into the id to guarantee uniqueness and display relevant data. Be careful with this approach as it can easily flood the Assistant window making it less useful.
Ids cannot have "¬" or "₢" they are reserved characters (see BeamHintDomains.SUB_DOMAIN_SEPARATOR, BeamHintHeader.AS_KEY_SEPARATOR and BeamHintSharedConstants.BEAM_HINT_PREFERENCES_SEPARATOR). Use GenerateHintId to ensure the immutable part of the hint's id is valid when declaring it. Use AppendHintIdParams methods to ensure you are respecting the Id creation rules and you are embedding parameters into the id (for cases like the third item in the bullet point list). |
CBeamable.Editor.Assistant.BeamHintsDataModel | A serializable data model to store, across domain reloads, the current state of the BeamableAssistantWindow's Hint display. |
CBeamable.Editor.Assistant.BeamHintVisualsInjectionBag | A clear definition of all supported injection types. An instance of this is passed into every BeamHintDetailConverterAttribute function. It exposes clear helper functions such as SetLabel and SetButtonClicked to ensure the internal Injection<T> data is being configured correctly. |
CBeamable.Api.Payments.BeginPurchaseRequest | |
CBeamable.Server.Editor.DockerCommands.RunImageCommand.BindMount | |
CBeamable.Editor.Content.Components.Breadcrumb | Represents a text string in the UI. Additional data helps handle the clickability |
CPubNubMessaging.Core.BuildRequests | |
CBeamable.UI.Buss.BussPropertyProvider | |
►CBussPropertyVisualElement | |
CBeamable.Editor.UI.Components.BussPropertyVisualElement< T > | |
►CBeamable.UI.Buss.BussSelector | |
CBeamable.UI.Buss.ClassSelector | |
CBeamable.UI.Buss.CombinedSelector | |
CBeamable.UI.Buss.IdSelector | |
CBeamable.UI.Buss.ParentedSelector | |
CBeamable.UI.Buss.PseudoSelector | |
CBeamable.UI.Buss.TypeSelector | |
CBeamable.UI.Buss.UniversalSelector | |
►CBeamable.UI.Buss.BussStyle | |
CBeamable.UI.Buss.BussPseudoStyle | |
►CBeamable.UI.Buss.BussStyleDescription | |
CBeamable.UI.Buss.BussStyleRule | |
►CButton | |
CBeamable.Modules.Generics.GenericButton | |
CBeamable.Theme.Objects.ButtonStyleData | |
CBeamable.Theme.Palettes.ButtonStyleData | |
CBeamable.Experimental.Common.Api.Calendars.CalendarQueryResponse | This type defines the CalendarQueryResponse for the CalendarsService |
CBeamable.Experimental.Common.Api.Calendars.CalendarView | This type defines the CalendarView for the CalendarsService |
CBeamable.Server.Generator.ClientCodeGenerator.CallableMethodInfo | |
CBeamable.Api.Payments.CancelPurchaseRequest | |
►CBeamable.Api.Notification.Channel | |
CBeamable.Api.Notification.PresenceChannel | |
CPubNubMessaging.Core.ChannelEntity | |
CPubNubMessaging.Core.ChannelIdentity | |
CPubNubMessaging.Core.ChannelParameters | |
CBeamable.Experimental.Api.Chat.ChatView | |
►CBeamable.Pooling.ClassPool< DeleteStream > | |
CBeamable.Serialization.JsonSerializable.DeleteStream | |
►CBeamable.Pooling.ClassPool< Item > | |
CBeamable.Serialization.TestJsonSerializer.Item | |
►CBeamable.Pooling.ClassPool< JsonSaveStream > | |
CBeamable.Serialization.JsonSerializable.JsonSaveStream | Class JsonSaveStream is an IStreamSerializer for JsonSerializable Provides serialization of ISerializable objects to json strings |
►CBeamable.Pooling.ClassPool< LoadStream > | |
CBeamable.Serialization.JsonSerializable.LoadStream | Class LoadStream is an IStreamSerializer for JsonSerializable Provides deserialization of Dictionary(string, object) into ISerializable objects |
►CBeamable.Pooling.ClassPool< SaveStream > | |
CBeamable.Serialization.JsonSerializable.SaveStream | Class SaveStream is an IStreamSerializer for JsonSerializable Provides serialization of ISerializable objects to Dictionary(string, object) |
CBeamable.Server.Editor.ClientAssemblyBuilder | |
CBeamable.Server.Editor.ClientCallableDescriptor | |
CBeamable.Server.Editor.ClientCallableParameterDescriptor | |
CBeamable.Server.Generator.ClientCodeGenerator | |
CBeamable.Common.Content.ClientContentInfo | This type defines the ClientContentInfo for the ContentService |
CBeamable.Common.Content.ClientManifest | This type defines the ClientManifest for the ContentService |
CBeamable.Common.Content.ClientPermissions | A set of permissions that specify how a player can interact with a resource |
CCore.Server.Common.ClientRequest | |
CCore.Server.Common.ClientResponse | |
CBeamable.Api.CloudData.CloudDataConsoleCommands | |
CBeamable.Api.CloudSaving.CloudSavingExtensions.CloudFile< T > | |
CBeamable.Common.Api.CloudData.CloudMetaData | A CloudMetaData represents a piece of game data that can be overridden by the server, or by specific cohorts for players. This structure is the metadata about the game data itself. You can use the uri field to resolve the data. |
CBeamable.Api.CloudSaving.CloudSavingManifestEntry | A CloudSavingManifestEntry describes one file associated with a player's account, on the Beamable server. |
CBeamable.Common.Api.CloudData.CohortEntry | |
CBeamable.Common.Shop.CohortRequirement | |
►CBeamable.Modules.Generics.CollectionPresenter< AnnouncementsCollection > | |
CBeamable.Modules.Content.AnnouncementsPresenter | |
►CBeamable.Modules.Generics.CollectionPresenter< ItemsCollection > | |
CBeamable.Modules.Inventory.InventoryPresenter | |
CBeamable.UI.Sdf.ColorRect | |
►CBeamable.Common.Api.CometClientData | |
CBeamable.Api.Payments.PlayerListingView | |
CBeamable.Common.Api.Announcements.AnnouncementView | The AnnouncementView is the network response from the Beamable Announcement API. It contains details describing the current state of a particular announcement. |
CBeamable.Platform.SDK.CometClientData | |
CBeamable.Common.Api.CometClientDataEntry | |
CBeamable.Platform.SDK.CometClientDataEntry | |
CBeamable.Api.Commerce.CommerceConsoleCommands | |
CBeamable.Server.Editor.CommonAreaService | |
CBeamable.Api.Payments.CompleteTransactionRequest | |
►CBeamable.Editor.UI.Components.ComponentBasedHierarchyVisualElement< BussElement > | |
CBeamable.Editor.UI.Components.BussElementHierarchyVisualElement | |
CBeamable.Editor.UI.Validation.ComponentsValidator | |
CBeamable.Config.ConfigConsoleCommands | |
CBeamable.ConfigData | |
CBeamable.Editor.Config.ConfigManager | |
CBeamable.Editor.Config.ConfigModuleDescriptor | |
CBeamable.Editor.Config.Model.ConfigOption | |
CBeamable.Server.StorageObjectConnectionProvider.ConnectionString | |
CBeamable.Server.Editor.Uploader.ContainerUploader | |
CBeamable.Server.Editor.Uploader.ContainerUploadHarness | Container uploader sub-component of Beamable. |
►CContentCache | |
CBeamable.Content.ContentCache< TContent > | |
CBeamable.Content.ContentCacheEntry< TContent > | |
CBeamable.Modules.Content.ContentCommands | |
CBeamable.Editor.Content.Models.ContentCounts | |
CBeamable.Common.Content.ContentDataInfo | |
CBeamable.Common.Content.ContentDataInfoWrapper | |
CBeamable.Editor.Content.Models.ContentDataModel | |
CBeamable.Common.Shop.ContentDictionary | |
CBeamable.Editor.Content.ContentDownloadEntryDescriptor | |
CBeamable.Editor.Content.ContentDownloader | |
CBeamable.Common.Content.Validation.ContentExceptionCollection | |
CBeamable.Common.Docs.ContentId | A content id should be a dot separated string, with at least 1 dot. The right-most clause represents the content's name, and everything else represents the content's type. A valid content id could be, "items.hat", "announcements.hello", or < |
CBeamable.Editor.Content.Models.ContentItemDescriptor | |
►CBeamable.Common.Content.ContentLink< AnnouncementContent > | |
CBeamable.Common.Announcements.AnnouncementLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< CalendarContent > | |
CBeamable.Experimental.Common.Calendars.CalendarLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< CurrencyContent > | |
CBeamable.Common.Inventory.CurrencyLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< EmailContent > | |
CBeamable.Common.Content.EmailLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< EventContent > | |
CBeamable.Common.Content.EventLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< GroupDonationsContent > | |
CBeamable.Common.Groups.GroupDonationContentLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< ItemContent > | |
CBeamable.Common.Inventory.ItemLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< LeaderboardContent > | |
CBeamable.Common.Leaderboards.LeaderboardLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< ListingContent > | |
CBeamable.Common.Shop.ListingLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< SimGameType > | |
CBeamable.Common.Content.SimGameTypeLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< SKUContent > | |
CBeamable.Common.Shop.SKULink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< StoreContent > | |
CBeamable.Common.Shop.StoreLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< TournamentContent > | |
CBeamable.Common.Tournaments.TournamentLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentLink< VipContent > | |
CBeamable.Common.Inventory.VipLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Editor.Content.ContentManager | |
CBeamable.Content.ContentParameterProvider | |
CBeamable.Editor.Content.ContentPublisher | |
CBeamable.Editor.Content.ContentPublishSet | |
CBeamable.Editor.Content.SaveRequest.ContentReference | |
CBeamable.Editor.Content.SaveRequest.ContentSaveRequest | |
CBeamable.Editor.Content.SaveRequest.ContentSaveResponse | |
CBeamable.Common.Content.ContentSerializer< TContentBase > | |
►CBeamable.Common.Content.ContentSerializer< ContentObject > | |
CBeamable.Common.Content.Serialization.ClientContentSerializer | |
CBeamable.Editor.Content.Models.ContentTagDescriptor | |
CBeamable.Editor.Content.Models.ContentTypeDescriptor | |
CBeamable.Common.Content.ContentTypePair | This type defines part of the Beamable ContentObject system |
CBeamable.Editor.Modules.ContentTypes.ContentTypesCreator | |
CBeamable.Common.Content.Validation.ContentValidationArgs | This type defines part of the Beamable ContentObject validation process |
CBeamable.Editor.Content.ContentValidator | |
CBeamable.Editor.Reflection.BeamHintReflectionCache.ConverterData< T > | The result of the mapping configured via each BeamHintDetailConverterAttribute. This is used by BeamHintHeaderVisualElement to render the hint details as needed. |
CBeamable.Server.Api.Commerce.CooldownReductionRequest | |
CPubNubMessaging.Core.Counter | |
CBeamable.Api.Payments.CouponsCountResponse | |
CBeamable.Common.Api.Groups.CreateDonationRequest | |
CBeamable.Server.Api.Leaderboards.CreateLeaderboardRequest | |
CBeamable.Experimental.Api.Lobbies.CreateLobbyRequest | Request payload to create a new Lobby |
CBeamable.Experimental.Api.Chat.CreateRoomRequest | |
CBeamable.Experimental.Api.Chat.CreateRoomResponse | |
CBeamable.Common.Api.Stats.Criteria | A definition of a comparison (Rel) to be run against the specified Stat.
|
CBeamable.Common.Api.Inventory.Currency | This type defines the Beamable currency content related to the InventoryService |
CBeamable.Common.Inventory.CurrencyAmount | |
CBeamable.Common.Inventory.CurrencyChange | |
CBeamable.Common.Api.Inventory.CurrencyPreview | This type defines look-ahead Currency data related to the InventoryService |
CBeamable.Common.Api.Inventory.CurrencyProperty | This type defines the Beamable currency feature's property structure |
CBeamable.Common.Inventory.CurrencyReward | |
CBeamable.Common.Api.Auth.CurrentProjectResponse | |
CBeamable.CustomerDTO | |
CBeamable.Editor.Login.UI.Model.CustomerModel | |
CBeamable.Common.Api.Auth.CustomerRegistrationRequest | |
CBeamable.Common.Api.Auth.CustomerRegistrationResponse | |
CBeamable.CustomerResponse | |
CBeamable.Editor.Realms.CustomerView | |
CBeamable.Editor.Realms.CustomerViewDTO | |
►CCustomYieldInstruction | |
CBeamable.Api.Connectivity.ConnectivityService.PromiseYieldInstruction | |
CBeamable.Coroutines.CompletedYieldInstruction | |
CBeamable.PromiseYieldInstruction< T > | |
►CBeamable.Modules.Generics.DataCollection< AnnouncementView > | |
CBeamable.Modules.Content.AnnouncementsCollection | |
►CBeamable.Modules.Generics.DataCollection< ItemGroupData > | |
CBeamable.Modules.Inventory.ItemsCollection | |
►CBeamable.Modules.Generics.DataPresenter< List< RankEntry > > | |
CBeamable.Modules.Leaderboards.LeaderboardsRankEntriesPresenter | |
►CBeamable.Modules.Generics.DataPresenter< RankEntry > | |
CBeamable.Modules.Leaderboards.LeaderboardsRankEntryPresenter | |
CBeamable.ConsoleCommands.DefaultConsoleCommands | |
►CBeamable.Common.DefaultQuery | This type defines the passthrough for a Beamable Default Query |
►CBeamable.Common.Content.ContentQuery | A ContentQuery allows you to construct a complex statement that selects specific content by type, tag, or id. |
CBeamable.Editor.Content.EditorContentQuery | |
CBeamable.Editor.Config.Model.ConfigQuery | |
CBeamable.Editor.Toolbox.Models.ToolboxQuery | |
CBeamable.Experimental.Api.Sim.DeltaScoresByLeaderBoardId | This type defines the DeltaScoresByLeaderBoardId for the GameRelayService |
CBeamable.UI.Prompt.DePromptData | |
►CBeamable.Signals.DeSignal< bool > | |
CBeamable.AccountManagement.ToggleEvent | |
CBeamable.Announcements.ToggleEvent | |
CBeamable.Leaderboards.ToggleEvent | |
►CBeamable.Signals.DeSignal< DeviceUserArg > | |
CBeamable.AccountManagement.UsersEvent | |
►CBeamable.Signals.DeSignal< LoadingArg > | |
CBeamable.AccountManagement.LoadingEvent | |
►CBeamable.Signals.DeSignal< PlayerListingView > | |
CBeamable.Shop.StoreListingEvent | |
►CBeamable.Signals.DeSignal< PlayerStoreView > | |
CBeamable.Shop.StoreRenderEvent | |
►CBeamable.Signals.DeSignal< string > | |
CBeamable.AccountManagement.EmailEvent | |
CBeamable.AccountManagement.ErrorEvent | |
►CBeamable.Signals.DeSignal< ThirdPartyLoginPromise > | |
CBeamable.AccountManagement.ThirdPartyLoginPromiseEvent | |
►CBeamable.Signals.DeSignal< User > | |
CBeamable.AccountManagement.UserEvent | |
CBeamable.AccountManagement.DeviceUserArg | |
►CDictionary | |
CBeamable.Common.Content.ApiVariableBag | |
CBeamable.Common.Content.SerializableDictionary< TKey, TValue > | |
CBeamable.Editor.Assistant.SerializedStringToTextDictionary | |
CBeamable.Stats.UserExtensions.StatCollection | |
►CDisplayableList | |
►CBeamable.Common.Content.DisplayableList< T > | |
CBeamable.Common.Shop.NonBlankStringList | |
►CBeamable.Server.Editor.DockerCommands.DockerCommand | |
CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< T > | |
CBeamable.Server.Editor.DockerCommands.FollowLogCommand | |
►CBeamable.Server.Editor.DockerCommands.RunImageCommand | |
CBeamable.Server.Editor.DockerCommands.RunClientGenerationCommand | |
CBeamable.Server.Editor.DockerCommands.RunServiceCommand | |
CBeamable.Server.Editor.DockerCommands.RunStorageCommand | |
CBeamable.Server.Editor.DockerCommands.RunStorageToolCommand | |
►CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< bool > | |
CBeamable.Server.Editor.DockerCommands.CheckDockerCommand | |
CBeamable.Server.Editor.DockerCommands.CheckImageCodeGenErrorCommand | |
►CBeamable.Server.Editor.DockerCommands.CheckImageReturnableCommand | |
CBeamable.Server.Editor.DockerCommands.CheckImageCommand | |
CBeamable.Server.Editor.DockerCommands.DockerCopyCommand | |
CBeamable.Server.Editor.DockerCommands.DockerLoginCommand | |
CBeamable.Server.Editor.DockerCommands.MongoDumpCommand | |
CBeamable.Server.Editor.DockerCommands.MongoRestoreCommand | |
CBeamable.Server.Editor.DockerCommands.PruneImageCommand | |
►CBeamable.Server.Editor.DockerCommands.StopImageReturnableCommand | |
CBeamable.Server.Editor.DockerCommands.StopImageCommand | |
►CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< Dictionary< string, bool > > | |
CBeamable.Server.Editor.DockerCommands.DeleteVolumeCommand | |
►CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< DockerPortResult > | |
CBeamable.Server.Editor.DockerCommands.DockerPortCommand | |
►CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< DockerStatus > | |
CBeamable.Server.Editor.DockerCommands.GetDockerLocalStatus | |
►CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< SnykTestCommand.Result > | |
CBeamable.Server.Editor.DockerCommands.SnykTestCommand | |
►CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< string > | |
CBeamable.Server.Editor.DockerCommands.GetImageIdCommand | |
►CBeamable.Server.Editor.DockerCommands.DockerCommandReturnable< Unit > | |
CBeamable.Server.Editor.DockerCommands.BuildImageCommand | |
CBeamable.Server.Editor.DockerCommands.SaveImageCommand | |
CBeamable.Server.Editor.DockerCommands.DockerPortResult | |
CBeamable.Server.Editor.DockerCommands.DockerStatus | |
CBeamable.Common.Api.Groups.DonationEntry | |
CBeamable.Common.Api.Groups.DonationRequest | |
CBeamable.Editor.Content.DownloadSummary | |
CBeamable.Editor.UI.Components.DropdownSingleOption | |
►CUnityEditor.Editor | |
►CBeamable.Editor.Content.UI.ContentObjectEditor | |
CBeamable.Editor.Content.UI.ReadonlyUntilMicroserviceEditor | |
CBeamable.Editor.Modules.Sessions.SessionParameterProviderEditor | |
CBeamable.Editor.ReparenterCustomEditor | |
CBeamable.Editor.Style.ThemeSelectorEditor | |
CBeamable.Editor.UI.Buss.BussStyleSheetEditor | |
CBeamable.Editor.UI.Buss.SDFImageInspector | |
►CBeamable.Samples.SampleProjectBase.BeamableReadmeEditor | Ping a custom-formatted readme file and force-show in inspector. Parse the custom format to markdown-like display |
CBeamable.Samples.SampleProjectBase.AutoOpenReadme | Ping a custom-formatted readme file and force-show in inspector. Parse the custom format to markdown-like display |
CUnityEngine.StatEditor | |
CVirtualList.Editor.AbstractVirtualListEditor | |
CBeamable.Editor.EditorGUIRectController | |
►CBeamable.Service.EditorSingletonMonoBehaviourServiceResolver< T, T > | |
CBeamable.Service.EditorSingletonMonoBehaviourServiceResolver< T > | |
►CBeamable.Service.EditorSingletonServiceResolver< T, T > | |
CBeamable.Service.EditorSingletonServiceResolver< T > | |
CBeamable.Editor.EditorDebouncer.EditorTimeout | |
CBeamable.Editor.Content.UI.EditorValidationContext | |
►CEditorWindow | |
CBeamable.Editor.Config.ConfigWindow | |
CBeamable.Editor.Content.CalendarWindow | |
CBeamable.Editor.Content.ContentRefSearchWindow | |
CBeamable.Editor.Login.UI.LoginWindow | |
CBeamable.Editor.Microservice.UI.Components.DependentServicesWindow | |
CBeamable.Editor.Microservice.UI.Components.PublishWindow | |
CBeamable.Editor.Microservice.UI.ServiceLogWindow | |
CBeamable.Editor.Modules.Theme.ThemeWindow | |
CBeamable.Editor.UI.BeamEditorWindow< TWindow > | |
CBeamable.Editor.UI.Buss.BussStyleSheetEditorWindow | |
CBeamable.Editor.UI.Components.BeamablePopupWindow | |
CBeamable.Editor.UI.WindowBase< TWindow, TVisualElement > | |
CBeamable.Server.Editor.CreateMicroservicePopup | |
CBeamable.Common.Api.EmptyResponse | |
►CEnumBussProperty | |
CBeamable.UI.Buss.EnumBussProperty< T > | |
CBeamable.CronExpression.ErrorData | |
CBeamable.Common.Api.Events.EventClaimResponse | |
CBeamable.Common.Api.Events.EventCurrency | |
CBeamable.Common.Content.EventCurrencyObtain | |
CBeamable.Common.Content.EventGroupRewards | |
CBeamable.Common.Api.Events.EventItem | |
CBeamable.Common.Content.EventItemObtain | |
CBeamable.Common.Content.EventObtain | |
CBeamable.Common.Api.Events.EventPhase | |
CBeamable.Common.Content.EventPhase | |
CBeamable.Common.Api.Events.EventPlayerGroupState | |
CBeamable.Common.Content.EventPlayerReward | |
CBeamable.Common.Api.Events.EventReward | |
CBeamable.Common.Api.Events.EventRule | |
CBeamable.Common.Content.EventRule | |
CBeamable.Common.Api.Events.EventsGetResponse | |
CBeamable.Common.Api.Events.EventView | |
►CException | |
CBeamable.Api.CloudSaving.CloudSavingError | An exception that comes from the CloudSavingService |
►CSystem.Exception | |
CBeamable.Api.ErrorCode | |
CBeamable.Api.Events.PlayerNotInEventException | |
CBeamable.BeamContextInitException | |
CBeamable.Common.Api.HttpRequesterException | An exception that comes from an HTTP request |
CBeamable.Common.Api.NoConnectivityException | An error that comes from the IBeamableRequester or the IHttpRequester when there is no internet connectivity. |
►CBeamable.Common.Api.RequesterException | An exception that comes from a request made through the IHttpRequester or the IBeamableRequester |
CBeamable.Api.PlatformRequesterException | |
►CBeamable.Server.MicroserviceException | |
CBeamable.Server.MissingScopesException | |
CBeamable.Server.ParameterCardinalityException | |
CBeamable.Server.ParameterLegacyException | |
CBeamable.Server.ParameterMissingRequiredException | |
CBeamable.Server.ParameterNullException | |
CBeamable.Server.UnauthorizedUserException | |
CBeamable.Server.UnhandledPathException | |
CBeamable.Common.Content.ContentDeserializationException | |
CBeamable.Common.Content.ContentNotFoundException | |
►CBeamable.Common.Content.Validation.ContentException | |
CBeamable.Common.Content.Validation.ContentNameValidationException | |
CBeamable.Common.Content.Validation.ContentValidationException | |
CBeamable.Common.PromiseException | |
CBeamable.Common.SequenceEntryException | This type defines the static Beamable SequenceEntryException |
CBeamable.Common.UncaughtPromiseException | This type defines the static Beamable UncaughtPromiseException |
CBeamable.Editor.Alias.AliasService.AliasDoesNotExistException | |
CBeamable.Editor.Realms.RealmServiceException | |
CBeamable.Experimental.Api.Lobbies.NotInLobby | Exception thrown when making requests to Beamable.Player.PlayerLobby when a player is not in a Lobby. |
CBeamable.ModuleConfigurationNotReadyException | |
CBeamable.Platform.SDK.Auth.GoogleInvalidTokenException | |
CBeamable.Purchasing.BeamableIAPInitializationException | |
CBeamable.Server.AssemblyDefinitionNotFoundException | |
CBeamable.Server.DllReferenceNotFoundException | |
CBeamable.Server.Editor.DockerCommands.DockerNotInstalledException | |
CBeamable.Shop.Defaults.UnknownPriceTypeException | |
CBeamable.Stats.StatUserChangeException | |
CBeamable.UI.Scripts.BeamableAnimationException | |
CBeamable.Editor.Environment.ExceptionData | |
CPubNubMessaging.Core.ExceptionHandlers | |
CBeamable.CronExpression.ExpressionDescriptor | Converts a Cron Expression into a human readable string |
CBeamable.CronExpression.ExpressionParser | Cron Expression Parser |
CBeamable.Api.Payments.FailPurchaseRequest | |
CBeamable.Server.Editor.Uploader.FileChunk | One chunk of an upload. |
CBeamable.Editor.Modules.Theme.FilterSelection | |
CBeamable.Editor.UI.Common.FormConstraint | |
CBeamable.Editor.UI.Common.FormConstraintCollection | |
CBeamable.Experimental.Api.Sim.SimFrame.FramePacket | |
CBeamable.Common.Api.Social.Friend | |
CBeamable.Common.Api.Social.FriendStatus | |
CBeamable.Platform.SDK.Auth.SignInWithGameCenter.GameCenterVerificationRequest | |
CBeamable.Experimental.Api.Sim.GameRelayEvent | This type defines the GameRelayEvent for the GameRelayService |
CBeamable.Experimental.Api.Sim.GameRelayService | This type defines the Client main entry point for the Multiplayer feature |
CBeamable.Experimental.Api.Sim.GameRelaySyncMsg | This type defines the GameRelaySyncMsg for the GameRelayService |
CBeamable.Experimental.Api.Sim.GameResults | This type defines the GameResults for the GameRelayService |
CCore.Server.Common.GatewayResponse | |
CGCIdentityPlugin.GCIdentity | |
►CBeamable.Theme.GeneralPaletteBinding | |
CBeamable.Theme.Palette< T >.PaletteBinding | |
CBeamable.Editor.Common.GenericMenuCommand | |
►CBeamable.UI.Tweening.GenericTween< Color > | |
CBeamable.UI.Tweening.ColorTween | |
►CBeamable.UI.Tweening.GenericTween< float > | |
CBeamable.UI.Tweening.FloatTween | |
CBeamable.Common.Api.CloudData.GetCloudDataManifestResponse | A message containing the player's CloudMetaData data, in the meta list |
CBeamable.Editor.Realms.GetCustomerResponseDTO | |
CBeamable.Editor.Realms.GetGameResponseDTO | |
CBeamable.Common.Api.Inventory.GetInventoryResponse | This type defines the Inventory feature's get request |
CBeamable.Server.Editor.ManagerClient.GetLogsResponse | |
CBeamable.Server.Editor.ManagerClient.GetManifestResponse | |
CBeamable.Server.Editor.ManagerClient.GetManifestsResponse | |
CBeamable.Common.Api.Inventory.GetMultipliersResponse | This type defines the multipliers response for the InventoryService |
CBeamable.Experimental.Api.Chat.GetMyRoomsResponse | |
CBeamable.Api.Payments.GetOffersResponse | |
CBeamable.Server.Api.Leaderboards.GetPlayerLeaderboardsResponse | |
CBeamable.Api.CloudSaving.GetS3DownloadURLsRequest | |
CBeamable.Api.CloudSaving.GetS3ObjectRequest | |
CBeamable.Api.Payments.GetSKUsResponse | |
CBeamable.Server.Editor.ManagerClient.GetStatusResponse | |
CBeamable.Platform.SDK.Auth.GoogleSignIn | |
CBeamable.Common.Api.Groups.Group | |
CBeamable.Common.Api.Groups.GroupCreateRequest | |
CBeamable.Common.Api.Groups.GroupCreateResponse | |
CBeamable.Common.Api.Groups.GroupMembership | |
CBeamable.Common.Api.Groups.GroupMembershipRequest | |
CBeamable.Common.Api.Groups.GroupMembershipResponse | |
CBeamable.Common.Api.Groups.GroupMemberships | |
CBeamable.Common.Api.Groups.GroupMetaData | |
CBeamable.Common.Api.Groups.GroupSearchResponse | |
CBeamable.Common.Api.Groups.GroupsView | |
CBeamable.Common.Api.Groups.GroupUpdateProperties | |
CBeamable.Common.Api.Groups.GroupUser | |
CBeamable.Common.Api.Groups.GroupView | |
►CHashSet | |
CBeamable.Editor.EditorPrefHelper.EditorPrefItemSet< T > | |
CBeamable.Editor.Reflection.BeamHintReflectionCache.HeaderMatcher | A helper struct that defines how to match a Header to configured the configured DomainSubstring and IdRegex |
CBeamable.Editor.Content.Components.HeaderSizeChange | |
CBeamable.Pooling.HidePoolService | |
CBeamable.Editor.UI.Validation.HoursValidationRule | |
►CBeamable.Common.Api.IAccessToken | |
CBeamable.Api.AccessToken | This type defines the Client main entry point for the AccessToken feature |
►CBeamable.Editor.Alias.IAliasService | |
CBeamable.Editor.Alias.AliasService | |
►CBeamable.Api.Analytics.IAnalyticsTracker | This type defines the Client main entry point for the Analytics feature |
CBeamable.Api.Analytics.AnalyticsTracker | This type defines the Client main entry point for the Analytics feature |
►CBeamable.Common.Content.IApiReward | |
►CBeamable.Common.Content.ApiReward< AnnouncementApiContent, AnnouncementApiRef > | |
CBeamable.Common.Announcements.AnnouncementApiReward | |
CBeamable.Common.Content.ApiReward< TApi, TRef > | |
CBeamable.Common.Content.ApiReward< TApi, TRef > | |
►CBeamable.Common.Api.Auth.IAuthSettings | |
CBeamable.AccountManagement.AccountManagementConfiguration | |
CBeamable.Common.Api.Auth.DefaultAuthSettings | |
►CBeamable.Api.Analytics.Batch.IBatchContainer< T > | Batch Container Interface Batch containers encapsulate the data of a batch |
►CBeamable.Api.Analytics.Batch.BatchContainer< T > | Batch container. This is a basic batch container. |
CBeamable.Api.Analytics.Batch.SerializableBatch< T > | Serializable batch. This is a specialized BatchContainer which is JSON Serializable All elements T added to it must be JSON Serializable |
►CBeamable.IBeamableAPI | This interface represents a collection of Beamable APIs and data structures. This type defines the Client main entry point for the main Beamable features |
CBeamable.Player.ApiServices | |
►CBeamable.Editor.UI.Model.IBeamableBuilder | |
►CBeamable.Editor.UI.Model.ServiceBuilderBase | |
CBeamable.Editor.UI.Model.MicroserviceBuilder | |
CBeamable.Editor.UI.Model.MongoStorageBuilder | |
►CBeamable.Common.Dependencies.IBeamableDisposable | Any service that is in a IDependencyProvider can have this interface. When the IDependencyProvider is disposed via the IDependencyProviderScope.Dispose method, this service's IBeamableDisposable.OnDispose method will trigger. |
CBeamable.Api.Notification.PubnubSubscriptionManager | |
CBeamable.BeamContext | |
CBeamable.Player.PlayerAnnouncements | A readonly list of the player's Announcements. The data will be updated by the Beamable SDK. |
CBeamable.Player.PlayerStats | |
►CBeamable.EasyFeatures.IBeamableFeatureControl | This interface defines a simple control flow API. It simply exists to enforce a minimal API that all our Easy Features must provide in order to have their fast path available to customers. There are 2 ways customers are expected to interact with classes implementing this interface:
-
Drag-Drop Test: Customers are expected to simply drag and drop the prefab onto the hierarchy or open the scene. Upon entering play mode, the Feature should just work based on the configurations setup in the script implementing this interface. To achieve this, our Easy Feature prefabs and scenes should be configured by default to RunOnEnable set to true.
-
Integration into Game-Specific Control Flow: Customers will eventually want to integrate this into their own project's control flow. To do so, they should disable the RunOnEnable flag in the prefab or scene and manually call the Run method when they want the Feature to run as it did when entering play mode. Classes implementing this interface can have a lightly granular API for feature setup so that users can re-use, but it's not the focus. This aims to be a tiny example of how to use the Feature's Game Systems and their BeamableViewGroups together.
|
CBeamable.EasyFeatures.BasicLeaderboard.BasicLeaderboardFeatureControl | |
►CBeamable.Common.Api.IBeamableFilesystemAccessor | |
CCore.Platform.SDK.PlatformFilesystemAccessor | |
►CBeamable.Api.Payments.IBeamablePurchaser | This type defines the Client main entry point for the In-App Purchasing feature |
CBeamable.Purchasing.UnityBeamablePurchaser | Implementation of Unity IAP for Beamable purchasing. |
►CBeamable.Common.Api.IBeamableRequester | This type defines the IBeamableRequester |
►CBeamable.Api.IPlatformRequester | |
CBeamable.Api.PlatformRequester | This type defines the PlatformRequester |
►CCore.Platform.SDK.IBeamableApiRequester | |
CCore.Platform.SDK.BeamableApiRequester | |
►CBeamable.Editor.UI.Model.IBeamableService | |
►CBeamable.Editor.UI.Model.IBeamableMicroservice | |
►CBeamable.Editor.UI.Model.MicroserviceModel | |
CBeamable.Editor.UI.Model.RemoteMicroserviceModel | |
►CBeamable.Editor.UI.Model.IBeamableStorageObject | |
►CBeamable.Editor.UI.Model.MongoStorageModel | |
CBeamable.Editor.UI.Model.RemoteMongoStorageModel | |
►CBeamable.Editor.UI.Model.ServiceModelBase | |
CBeamable.Editor.Microservice.UI.Components.PublishServiceAccumulator | |
CBeamable.Editor.UI.Model.MicroserviceModel | |
CBeamable.Editor.UI.Model.MongoStorageModel | |
CBeamable.Server.IBeamableServices | This type defines the Microservice main entry point for Beamable Microservice features |
►CBeamable.EasyFeatures.IBeamableView | This is the common interface that the BeamableViewGroup talks too when it's BeamContext are configured on start or BeamableViewGroup.Enrich (or BeamableViewGroup.EnrichWithPlayerCodes) gets called via code |
CBeamable.EasyFeatures.IAsyncBeamableView | Implement this interface if your enrich should be awaited on before releasing control to the next IBeamableView in BeamableViewGroup.ManagedViews. |
►CBeamable.EasyFeatures.ISyncBeamableView | Implement this interface if your enrich method can be synchronous OR a fire-and-forget (async void) method. |
CBeamable.EasyFeatures.BasicLeaderboard.BasicLeaderboardView | This is an example IBeamableView. It is based off the LeaderboardsPresenter. |
►CBeamable.EasyFeatures.IBeamableViewDeps | This is just a simple tag interface that all views must declare. These are what the views should use BeamContext.ServiceProvider to get. By doing this, you can easily swap out implementations via BeamContextSystemAttributes and Beamable.Common.Dependencies.RegisterBeamableDependenciesAttribute, adding data to existing systems keeping the UI. |
►CBeamable.EasyFeatures.BasicLeaderboard.BasicLeaderboardView.ILeaderboardDeps | |
CBeamable.EasyFeatures.BasicLeaderboard.BasicLeaderboardPlayerSystem | This is our basic leaderboard system — It exposes some APIs to fetch data from the backend and rearranges that API with basic information from our backend into a format more easily usable by UI. It gets RankEntrys from our platform, parses them, loads data relevant and caches that data in a format that's easier to work with for the things we want to do. In this case, it simply caches the leaderboards names, avatar sprites, rank and score values in sequential parallel list. |
►CBeamable.Common.Assistant.IBeamHintPreferencesManager | Manages and persists BeamHint preferences. Can decide to display/ignore hints, play mode warnings and/or notifications. It persists this configuration in a per-session or permanent level. |
CBeamable.Editor.Assistant.BeamHintPreferencesManager | Manages and persists BeamHint preferences. Can decide to display/ignore hints, play mode warnings and/or notifications. It persists this configuration in a per-session or permanent level. |
►CBeamable.Common.Assistant.IBeamHintSystem | These are UnityEditor only systems. You should assume they'll only exist "#if UNITY_EDITOR" is true. You can use these to IBeamHintSystems read, filter, clear and arrange data logically in relation to BeamHintHeaders to be read by UI and other systems. Keep in mind:
-
These only work in editor — their instances won't ever be initialized outside of it.
-
Place System.Diagnostics.ConditionalAttribute("UNITY_EDITOR") on all functions you plan to call from non-editor code.
-
For use with non-editor only systems, write pure functions that take in ALL the necessary data from the non-editor systems and does the processing and addition of hints.
-
Use "void" functions whenever interacting with non-editor code as we'll strip these calls in non-editor environments.
-
If you need state to decide to show hints, aggregate and store this state in the IBeamHintSystem's member fields via calls to methods that are System.Diagnostics.ConditionalAttribute.
|
CBeamable.Editor.Assistant.BeamHintNotificationManager | Manager that handles the state of notifications for each detected BeamHint. We keep track of each individual BeamHintHeader and the notification preferences set for them (via IBeamHintPreferencesManager). Based on these, we track which hints have been displayed this session and/or which BeamHint.ContextObjects have a changed. We use these to keep an updated list of pending BeamHintType.Hint and BeamHintType.Validation notifications. These are cleared whenever the BeamableAssistantWindow is opened or focused. |
CBeamable.Server.Editor.BeamServicesCodeWatcher | |
►CIBeginDragHandler | |
CBeamable.UI.Scripts.PoolableScrollView | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnap | |
►CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapBase | |
CBeamable.UnityEngineClone.UI.Extensions.HorizontalScrollSnap | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapScrollbarHelper | |
►CIBsonClassMapAttribute | |
CBeamable.Server.MongoSerializableAttribute | |
►CMongoDB.Bson.Serialization.IBsonMemberMapAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonIdAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonIgnoreIfDefaultAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonIgnoreIfNullAttribute | |
CMongoDB.Bson.Serialization.Attributes.BsonSerializationOptionsAttribute | |
►CIBsonSerializer | |
CBeamable.Server.BsonListSerializer< T > | |
CBeamable.Server.StructSerializer< T > | |
►CBeamable.UI.Buss.IBussProperty | |
►CBeamable.UI.Buss.BaseAssetProperty< TMP_FontAsset > | |
CBeamable.UI.Buss.FontBussAssetProperty | |
►CBeamable.UI.Buss.BaseAssetProperty< Sprite > | |
CBeamable.UI.Buss.SpriteBussProperty | |
CBeamable.UI.Buss.BaseAssetProperty< T > | |
►CBeamable.UI.Buss.IEnumBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< SdfBackgroundMode > | |
CBeamable.UI.Buss.BackgroundModeBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< SdfImage.BorderMode > | |
CBeamable.UI.Buss.BorderModeBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< Easing > | |
CBeamable.UI.Buss.EasingBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< SdfImage.ImageType > | |
CBeamable.UI.Buss.ImageTypeBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< MainTextureBussProperty.Options > | |
CBeamable.UI.Buss.MainTextureBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< SdfImage.NineSliceSource > | |
CBeamable.UI.Buss.NineSliceSourceBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< SdfImage.SdfMode > | |
CBeamable.UI.Buss.SdfModeBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< SdfShadowMode > | |
CBeamable.UI.Buss.ShadowModeBussProperty | |
►CBeamable.UI.Buss.EnumBussProperty< TextAlignmentOptions > | |
CBeamable.UI.Buss.TextAlignmentOptionsBussProperty | |
CBeamable.UI.Buss.EnumBussProperty< T > | |
►CBeamable.UI.Buss.IFontBussProperty | |
CBeamable.UI.Buss.FontBussAssetProperty | |
►CBeamable.UI.Buss.IInterpolatedBussProperty | |
►CBeamable.UI.Buss.IColorBussProperty | |
CBeamable.UI.Buss.SingleColorBussProperty | |
►CBeamable.UI.Buss.IFloatBussProperty | |
CBeamable.UI.Buss.FloatBussProperty | |
►CBeamable.UI.Buss.IFloatFromFloatBussProperty | |
CBeamable.UI.Buss.FloatBussProperty | |
CBeamable.UI.Buss.FractionFloatBussProperty | |
►CBeamable.UI.Buss.IVertexColorBussProperty | |
CBeamable.UI.Buss.SingleColorBussProperty | |
CBeamable.UI.Buss.VertexColorBussProperty | |
►CBeamable.UI.Buss.ISpriteBussProperty | |
CBeamable.UI.Buss.SpriteBussProperty | |
►CBeamable.UI.Buss.IVector2BussProperty | |
CBeamable.UI.Buss.Vector2BussProperty | |
CBeamable.UI.Buss.VariableProperty | |
►CICanvasElement | |
CBeamable.UI.Scripts.PoolableScrollView | |
►CBeamable.Common.Api.CloudData.ICloudDataApi | This type defines the Client main entry point for the A/B Testing feature |
►CBeamable.Common.Api.CloudData.CloudDataApi | This type defines the Client main entry point for the A/B Testing feature |
CBeamable.Api.CloudData.CloudDataService | This type defines the Client main entry point for the A/B Testing feature |
CBeamable.Server.Api.CloudData.IMicroserviceCloudDataApi | This type defines the Microservice main entry point for the A/B Testing feature |
►CBeamable.Common.Api.Commerce.ICommerceApi | |
CBeamable.Server.Api.Commerce.IMicroserviceCommerceApi | This type defines the Microservice main entry point for the Commerce feature |
►CIComparable | |
CBeamable.Editor.Microservice.UI.Components.PublishManifestEntryVisualElement | |
CBeamable.UI.Buss.SelectorWeight | Class that describes BUSS selectors weight - Parameters
-
idCount | Amount of ids |
classCount | Amount of classes, attributes and pseudo-classes |
elementCount | Amount of elements and pseudo-elements |
|
CBeamable.AccountManagement.IconEnableData | |
►CBeamable.IConfigurationConstants | |
CBeamable.BeamableConfigurationConstants | |
CBeamable.Server.Editor.MicroserviceConfigConstants | |
►CBeamable.Api.Connectivity.IConnectivityService | This type defines the Client main entry point for the Connectivity feature |
CBeamable.Api.Connectivity.ConnectivityService | This type defines the Client main entry point for the Connectivity feature |
►CBeamable.Editor.Content.IContentIO | |
CBeamable.Editor.Content.ContentIO | The purpose of this class is to |
►CBeamable.Common.Content.IContentLink | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.AbsContentLink< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Content.ContentLink< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.IContentObject | This type defines the API for Beamable ContentObject and its many subclasses |
►CBeamable.Common.Content.ContentObject | This type defines the parent of all Beamable ContentObjects for the ContentService |
CBeamable.Common.Announcements.AnnouncementContent | This type defines a Beamable ContentObject subclass for the AnnouncementsService |
►CBeamable.Common.Content.ApiContent | |
CBeamable.Common.Announcements.AnnouncementApiContent | |
CBeamable.Common.Content.EmailContent | This type defines a Beamable ContentObject subclass for the MailService |
CBeamable.Common.Content.EventContent | This type defines a Beamable ContentObject subclass for the EventsService |
CBeamable.Common.Content.SimGameType | This type defines a Beamable ContentObject subclass for the Multiplayer feature |
CBeamable.Common.Groups.GroupDonationsContent | This type defines a Beamable ContentObject subclass for the GroupsService |
CBeamable.Common.Inventory.CurrencyContent | This type defines a Beamable ContentObject subclass for Currency related to the InventoryService |
CBeamable.Common.Inventory.ItemContent | This type defines a Beamable ContentObject subclass for Item related to the InventoryService |
CBeamable.Common.Inventory.VipContent | This type defines a Beamable ContentObject subclass for a Vip |
CBeamable.Common.Leaderboards.LeaderboardContent | This type defines a Beamable ContentObject subclass for the LeaderboardService |
CBeamable.Common.Shop.ListingContent | This type defines a Beamable ContentObject subclass for the CommerceService and Store feature |
CBeamable.Common.Shop.SKUContent | This type defines a Beamable ContentObject subclass for the CommerceService and Store feature |
CBeamable.Common.Shop.StoreContent | This type defines a Beamable ContentObject subclass for the CommerceService and Store feature |
CBeamable.Common.Tournaments.TournamentContent | This type defines a Beamable ContentObject subclass for an TournamentService |
CBeamable.Experimental.Common.Calendars.CalendarContent | This type defines a Beamable ContentObject subclass for the CalendarsService |
►CBeamable.UI.Scripts.PoolableScrollView.IContentProvider | |
CBeamable.EasyFeatures.BasicLeaderboard.LeaderboardsRankEntriesPresenter | |
CBeamable.Modules.Leaderboards.LeaderboardsRankEntriesPresenter | |
►CIContentRef | |
►CBeamable.Common.Content.IContentRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.AbsContentRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Content.AbsContentLink< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Announcements.AnnouncementRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Content.EmailRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Groups.GroupDonationContentRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Inventory.CurrencyRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Inventory.ItemRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Leaderboards.LeaderboardRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Experimental.Common.Calendars.CalendarRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.BaseContentRef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< T > | |
CBeamable.Common.Content.ApiRef< T > | |
►CBeamable.Common.Content.ContentRef< EventContent > | |
CBeamable.Common.Content.EventRef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< SimGameType > | |
CBeamable.Common.Content.SimGameTypeRef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< VipContent > | |
CBeamable.Common.Inventory.VipRef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< ListingContent > | |
CBeamable.Common.Shop.ListingRef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< SKUContent > | |
CBeamable.Common.Shop.SKURef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< StoreContent > | |
CBeamable.Common.Shop.StoreRef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
►CBeamable.Common.Content.ContentRef< TournamentContent > | |
CBeamable.Common.Tournaments.TournamentRef | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Content.AbsContentRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Content.ContentRef< TContent > | This type defines a methodology for resolving a reference to a Beamable ContentObject |
CBeamable.Common.Content.IContentService | |
►CICriticalNotifyCompletion | |
CBeamable.Common.ITaskLike< TResult, TSelf > | |
CBeamable.Common.Promise< T > | This type defines the Beamable Promise |
CBeamable.Serialization.JsonSerializable.IDeletable | |
CBeamable.Serialization.JsonSerializable.IDeleteListener | |
►CBeamable.Common.Dependencies.IDependencyBuilder | The IDependencyBuilder is part of the Beamable dependency injection system. It is used to describe a set of services that will exist, but the builder never actually creates any service instance |
CBeamable.Common.Dependencies.DependencyBuilder | The default implementation of IDependencyBuilder. It is not recommended that you ever use this class directly. You should only ever reference the interface. |
►CBeamable.Common.Dependencies.IDependencyProvider | The IDependencyProvider is a collection of services, built from a IDependencyBuilder. Use the GetService<T> method to get services. |
►CBeamable.Common.Dependencies.IDependencyProviderScope | The IDependencyProviderScope is a IDependencyProvider But has more access methods and lifecycle controls. |
CBeamable.Common.Dependencies.DependencyProvider | |
►CBeamable.Server.Editor.IDescriptor | |
CBeamable.Server.Editor.MicroserviceDescriptor | |
CBeamable.Server.Editor.StorageObjectDescriptor | |
►CBeamable.Api.Auth.IDeviceIdResolver | |
CBeamable.Api.Auth.DefaultDeviceIdResolver | |
►CIDictionary | |
►CBeamable.Common.Content.IDictionaryWithValue | |
CBeamable.Common.Content.SerializableDictionaryStringToSomething< T > | |
CBeamable.Serialization.SmallerJSON.ArrayDict | |
CBeamable.Serialization.SmallerJSON.ArrayDict | |
CPubNubMessaging.Core.SafeDictionary< TKey, TValue > | |
►CIDictionaryEnumerator | |
CBeamable.Serialization.SmallerJSON.ArrayDict.Enumerator | |
►CIDisposable | |
CBeamable.Common.Pooling.StringBuilderPool.PooledStringBuilder | |
CBeamable.Experimental.Api.Matchmaking.MatchmakingHandle | This type defines the MatchmakingHandle for the MatchmakingService |
CBeamable.Extensions.GameObjectDeactivateSection | |
CBeamable.Player.PlayerLobby | Experimental API around managing a player's lobby state. |
CBeamable.Pooling.ClassPool< T > | |
CBeamable.Pooling.StringBuilderPool.PooledStringBuilder | |
CBeamable.Serialization.SmallerJSON.StringBasedParser | |
CCore.Platform.SDK.BeamableApiRequester | |
►CIDragHandler | |
CBeamable.UI.Scripts.PoolableScrollView | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnap | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapBase | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapScrollbarHelper | |
►CIEndDragHandler | |
CBeamable.UI.Scripts.PoolableScrollView | |
CBeamable.UnityEngineClone.UI.Extensions.HorizontalScrollSnap | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnap | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapScrollbarHelper | |
►CBeamable.Server.Editor.UI.Components.IEntryModel | |
CBeamable.Server.Editor.UI.Components.ManifestEntryModel | |
CBeamable.Server.Editor.UI.Components.StorageEntryModel | |
►CIEnumerable | |
►CBeamable.Common.Assistant.IBeamHintStorage | Defines a storage for BeamHints. It is a query-able in-memory database of BeamHints. Other IBeamHintSystem systems add hints to these and IBeamHintSystem read, filter, clear and arrange data logically in relation to BeamHintHeaders to be read by UI. |
CBeamable.Common.Assistant.BeamHintStorage | Defines a storage for BeamHints. This implementation is header-based, meaning: |
►CBeamable.Common.Assistant.IBeamHintGlobalStorage | Interface for the Global Storage — only exists to enable mocking for automated testing purposes so it'll acknowledge implementation details of the BeamHintGlobalStorage which is our implementation of this interface. Internally, we have one IBeamHintStorage for each User's hints and another one for Beamable's hints. As the number of generated hints a domain can produce grows, we split these macro-storages into one for each domain generated with BeamHintDomains.GenerateSubDomain and/or BeamHintDomains.GenerateBeamableDomain. This approach allows us to ensure we can move our internal data around to avoid slow-editor performance. |
CBeamable.Common.Assistant.BeamHintGlobalStorage | |
►CBeamable.Common.Runtime.Collections.IConcurrentBag< T > | |
CBeamable.Common.Runtime.Collections.ConcurrentBag< T > | |
CBeamable.Common.Runtime.Collections.IConcurrentBag< T > | |
►CBeamable.Common.Runtime.Collections.IConcurrentDictionary< TKey, TValue > | |
CBeamable.Common.Runtime.Collections.ConcurrentDictionary< TKey, TValue > | |
CBeamable.Editor.Assistant.BeamHintVisualsInjectionBag.DynamicVisualElementIterator | |
CBeamable.Editor.Assistant.BeamHintVisualsInjectionBag.ParameterlessActionIterator | |
CBeamable.Editor.Assistant.BeamHintVisualsInjectionBag.TextIterator | |
CBeamable.Server.AssemblyDefinitionInfoCollection | |
►CIEnumerator | |
CBeamable.Serialization.SmallerJSON.ArrayDict.Enumerator | |
►CIEqualityComparer | |
CBeamable.Server.MicroserviceFileDependencyComparer | |
►CIEquatable | |
CBeamable.Common.Assistant.BeamHint | Helper struct to deal with an individual BeamHint. Contains it's BeamHintHeader (unique key identifying the BeamHint) and a read-only reference to the hint's object.
|
CBeamable.Common.Assistant.BeamHint | Helper struct to deal with an individual BeamHint. Contains it's BeamHintHeader (unique key identifying the BeamHint) and a read-only reference to the hint's object.
|
CBeamable.Common.Assistant.BeamHintHeader | A compound-key identifying each hint. It is a string-based compound key whose individual fields cannot have AS_KEY_SEPARATOR or BeamHintSharedConstants.BEAM_HINT_PREFERENCES_SEPARATOR. These are reserved by our internal systems that manage hints. See BeamHintDomains and BeamHintIds for a better understanding of how to generate hint domains and ids. |
CBeamable.Common.Reflection.BaseTypeOfInterest | Struct that defines a base type (class or interface) of interest and gives us information on what to cache in relation to it. |
CBeamable.Serialization.SmallerJSON.StringBasedParser.StringSlice | |
CBeamable.Server.AssemblyDefinitionInfo | |
CBeamable.Server.Editor.BeamServiceCodeHandle | |
CBeamable.Server.Editor.BeamServiceCodeHandle | |
►CBeamable.Experimental.IExperimentalAPI | This type defines the Client main entry point for the experimental features |
CBeamable.Player.ApiServices.ExperimentalApiServices | |
►CBeamable.IGameObjectContext | |
CBeamable.BeamContext | |
►CBeamable.Common.Player.IGetProtectedDataList< T > | |
CBeamable.Common.Player.AbsObservableReadonlyList< T > | |
►CBeamable.Common.Api.IHasBeamableRequester | |
►CBeamable.Common.Api.Auth.IAuthApi | |
►CBeamable.Api.Auth.IAuthService | This type defines the Client main entry point for the Auth feature |
►CBeamable.Api.Auth.AuthService | This type defines the Client main entry point for the Auth feature |
CBeamable.Editor.Modules.Account.EditorAuthService | |
►CBeamable.Editor.Modules.Account.IEditorAuthApi | |
CBeamable.Editor.Modules.Account.EditorAuthService | |
►CBeamable.Common.Api.Auth.AuthApi | |
CBeamable.Api.Auth.AuthService | This type defines the Client main entry point for the Auth feature |
CBeamable.Server.Api.IMicroserviceAuthApi | This type defines the Microservice main entry point for the Auth feature |
►CBeamable.Common.Api.Social.ISocialApi | |
►CBeamable.Common.Api.Social.SocialApi | This type defines the Client main entry point for the Friends feature |
CBeamable.Experimental.Api.Social.SocialService | This type defines the Client main entry point for the Friends feature |
CBeamable.Server.Api.Social.IMicroserviceSocialApi | This type defines the Microservice main entry point for the Friends feature |
CBeamable.Api.IHasPlatformSubscriber< TPlatformSubscriber, ScopedRsp, Data > | This type defines the subscribability of services |
►CBeamable.Api.IHasPlatformSubscriber< AnnouncementsSubscription, AnnouncementQueryResponse, AnnouncementQueryResponse > | |
CBeamable.Api.Announcements.AnnouncementsService | This type defines the Client main entry point for the Announcements feature |
►CBeamable.Api.IHasPlatformSubscriber< CalendarsSubscription, CalendarQueryResponse, CalendarView > | |
CBeamable.Experimental.Api.Calendars.CalendarsService | This type defines the Client main entry point for the Calendars feature |
►CBeamable.Api.IHasPlatformSubscriber< ChatSubscription, GetMyRoomsResponse, ChatView > | |
CBeamable.Experimental.Api.Chat.ChatService | This type defines the Client main entry point for the Chat feature |
►CBeamable.Api.IHasPlatformSubscriber< EventSubscription, EventsGetResponse, EventsGetResponse > | |
CBeamable.Api.Events.EventsService | This type defines the Client main entry point for the Events feature |
►CBeamable.Api.IHasPlatformSubscriber< GroupsSubscription, GroupUser, GroupsView > | |
CBeamable.Api.Groups.GroupsService | This type defines the Client main entry point for the Groups feature |
►CBeamable.Api.IHasPlatformSubscriber< InventorySubscription, InventoryResponse, InventoryView > | |
CBeamable.Api.Inventory.InventoryService | This type defines the Client main entry point for the Inventory feature |
►CBeamable.Api.IHasPlatformSubscriber< MailSubscription, MailQueryResponse, MailQueryResponse > | |
CBeamable.Api.Mail.MailService | This type defines the Client main entry point for the Mail feature |
►CBeamable.Api.IHasPlatformSubscriber< ManifestSubscription, ClientManifest, ClientManifest > | |
CBeamable.Content.ContentService | This type defines the Client main entry point for the Content feature |
CBeamable.Api.IHasPlatformSubscribers< TPlatformSubscriber, ScopedRsp, Data > | |
►CBeamable.Api.IHasPlatformSubscribers< ManifestSubscription, ClientManifest, ClientManifest > | |
CBeamable.Content.ContentService | This type defines the Client main entry point for the Content feature |
►CBeamable.IHasSourcePath | This type defines those types with a SourcePath |
CBeamable.AgnosticAttribute | This type defines the field attribute that marks a Beamable ContentObject field as compatible with Beamable Microservices |
CBeamable.Common.Content.ContentTypeAttribute | This type defines part of the Beamable ContentObject system |
►CBeamable.Api.Sessions.IHeartbeatService | |
CBeamable.Api.Sessions.Heartbeat | |
►CBeamable.Common.Api.IHttpRequester | |
CBeamable.Api.PlatformRequester | This type defines the PlatformRequester |
►CBeamable.Content.IIgnoreSerializationCallbacks | When content is serialized, any type that inherits from this interface will not have their Unity serialization callback methods during for the content serialization. |
CBeamable.Common.Content.IDictionaryWithValue | |
►CIInitializePotentialDragHandler | |
CBeamable.UI.Scripts.PoolableScrollView | |
►CBeamable.InputManagerIntegration.IInputActionArg | |
CBeamable.InputManagerIntegration.InputActionArg | |
►CBeamable.UI.Scripts.PoolableScrollView.IItem | |
CBeamable.EasyFeatures.BasicLeaderboard.LeaderboardsRankEntryPresenter.PoolData | |
CBeamable.Modules.Leaderboards.LeaderboardsRankEntryPresenter.PoolData | |
►CPubNubMessaging.Core.IJsonPluggableLibrary | |
CPubNubMessaging.Core.SmallerJSONObjectSerializer | |
►CBeamable.Common.Api.Leaderboards.ILeaderboardApi | |
►CBeamable.Common.Api.Leaderboards.LeaderboardApi | |
CBeamable.Api.Leaderboard.LeaderboardService | This type defines the Client main entry point for the Leaderboards feature |
CBeamable.Server.Api.Leaderboards.IMicroserviceLeaderboardsApi | This type defines the Client main entry point for the Leaderboards feature |
►CIList | |
►CBeamable.Common.Content.DisplayableList< AnnouncementApiReward > | |
CBeamable.Common.Announcements.ListOfAnnouncementApi | |
►CBeamable.Common.Content.DisplayableList< CurrencyProperty > | |
CBeamable.Common.Api.Inventory.CurrencyPropertyList | |
►CBeamable.Common.Content.DisplayableList< ApiReward > | |
CBeamable.Common.Content.ListOfApiReward | |
►CBeamable.Common.Content.DisplayableList< EventPhase > | |
CBeamable.Common.Content.PhaseList | |
►CBeamable.Common.Content.DisplayableList< CurrencyReward > | |
CBeamable.Common.Inventory.ListOfCurrencyChanges | |
►CBeamable.Common.Content.DisplayableList< NewItem > | |
CBeamable.Common.Inventory.ListOfNewItems | |
CBeamable.Common.Content.DisplayableList< T > | |
►CVirtualList.IListSource | |
►CVirtualList.SimpleSource< TData, TView > | |
CVirtualList.SimpleSourceWithPrefab< TData, TView > | |
►CBeamable.Editor.UI.Components.ILoadingBar | |
CBeamable.Editor.UI.Components.LoadingBarElement | |
CBeamable.Editor.UI.Components.VirtualLoadingBar | |
►CBeamable.Experimental.Api.Lobbies.ILobbyApi | |
CBeamable.Experimental.Api.Lobbies.LobbyService | |
►CBeamable.Api.Notification.Internal.ILocalNotificationRelay | Interface for local notification relay. See AppleLocalNotificationRelay and GoogleLocalNotificationRelay for concrete implementations. |
CBeamable.Api.Notification.Internal.DummyLocalNotificationRelay | Dummy local notification handler, for use as a stand-in within Editor and other contexts where OS notifications are not available. |
CBeamable.Api.Notification.Internal.GoogleLocalNotificationRelay | Google local notification relay, for scheduling and canceling background notifications that are local to the device. |
►CImage | |
CBeamable.UI.Sdf.SdfImage | |
CBeamable.Api.Payments.ImageRef | |
CBeamable.Api.Notification.Internal.IMessageHandler< T > | |
►CBeamable.Server.IMicroserviceArgs | |
CBeamable.Server.EnviornmentArgs | |
CBeamable.Server.MicroserviceArgs | |
CBeamable.Server.Api.Notifications.IMicroserviceNotificationsApi | Microservice API for sending Notifications to clients. |
CBeamable.Server.Api.RealmConfig.IMicroserviceRealmConfigService | This type defines the Microservice main entry point for the Realm Configuration feature |
►CBeamable.Server.IMongoSerializationService | |
CBeamable.Server.MongoSerializationService | |
CBeamable.Editor.UI.Buss.SerializableValueImplementationHelper.ImplementationData | |
CBeamable.Common.Api.Social.ImportFriendsRequest | |
►CINamingAttribute | |
CBeamable.Server.MicroserviceAttribute | |
CBeamable.Editor.Assistant.BeamHintVisualsInjectionBag.Injection< T > | |
►CBeamable.Common.Api.Notifications.INotificationService | |
CBeamable.Api.Notification.NotificationService | This type defines the Client main entry point for the Notifications feature |
CBeamable.Purchasing.Steam.InProgressPurchase | |
CBeamable.Inventory.InventoryCommands | |
CBeamable.Api.Inventory.InventoryConsoleCommands | This type defines the Inventory feature's console commands |
CBeamable.Inventory.Scripts.InventoryEventArgs | |
CBeamable.Inventory.Scripts.InventoryGroup | |
CBeamable.Inventory.Scripts.InventoryMenuConfiguration | |
CBeamable.Common.Api.Inventory.InventoryObject< TContent > | This type defines the content related to the InventoryService |
CBeamable.Common.Api.Inventory.InventoryResponse | This type defines the response of fresh data loaded, related to the InventoryService |
CBeamable.Inventory.Scripts.InventoryUpdateArg | |
CBeamable.Common.Api.Inventory.InventoryUpdateRequest | This type defines the Inventory feature's update request |
CBeamable.Common.Api.Inventory.InventoryView | This type defines the render-friendly data of the InventoryService |
►CBeamable.Common.Player.IObservable | |
►CBeamable.Common.Player.DefaultObservable | |
►CBeamable.Common.Player.AbsRefreshableObservable | |
CBeamable.Common.Player.AbsObservableReadonlyDictionary< TValue, TDict > | |
CBeamable.Common.Player.AbsObservableReadonlyList< T > | |
CBeamable.Common.Player.Observable< T > | |
CBeamable.Experimental.Api.Lobbies.Lobby | A Lobby is a grouping of online players for use in multiplayer gaming. State about the lobby will be shared amongst the players in it. |
CBeamable.Player.PlayerCurrency | The PlayerCurrency represents one currency of a player. The Amount shows the current value of the currency. |
CBeamable.Player.PlayerItem | An item in the player's inventory. The item is uniquely identified by the ContentId and ItemId as a pair |
CBeamable.Common.Player.IObservableReadonlyDictionary< TKey, TValue > | |
CBeamable.Common.Player.IObservableReadonlyList< out out T > | |
►CBeamable.Common.Player.IObservableReadonlyDictionary< string, TValue > | |
CBeamable.Common.Player.AbsObservableReadonlyDictionary< TValue, TDict > | |
►CBeamable.Common.Player.IObservableReadonlyList< T > | |
CBeamable.Common.Player.AbsObservableReadonlyList< T > | |
►CBeamable.Theme.IPaletteStyleCopier | |
CBeamable.Theme.PaletteStyleCopier< T > | |
►CBeamable.Editor.Modules.Theme.IPaletteStyleObject | |
CBeamable.Editor.Modules.Theme.PaletteStyleObject< T > | |
►CIPointerDownHandler | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapScrollbarHelper | |
►CIPointerUpHandler | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapScrollbarHelper | |
►CVirtualList.IPrefabSource | |
CBeamable.Tournaments.TournamentEntryProvider | |
CVirtualList.SimpleSourceWithPrefab< TData, TView > | |
►CIPreprocessBuildWithReport | |
CBeamable.Editor.BuildPreProcessor | |
►CBeamable.Common.Api.Presence.IPresenceApi | |
CBeamable.Common.Api.Presence.PresenceService | |
►CBeamable.Api.IPubnubNotificationService | |
CBeamable.Api.PubnubNotificationService | |
►CBeamable.Api.Notification.IPubnubSubscriptionManager | |
CBeamable.Api.Notification.PubnubSubscriptionManager | |
CPubNubMessaging.Core.IPubnubUnitTest | |
►CBeamable.Serialization.SmallerJSON.IRawJsonProvider | This type defines part of the Beamable Json conversion |
CBeamable.Common.Content.ContentObject | This type defines the parent of all Beamable ContentObjects for the ContentService |
CBeamable.Common.Content.ContentSerializer< TContentBase >.PropertyValue | |
CBeamable.Editor.Content.SaveRequest.ContentDefinition | |
CBeamable.Editor.Content.SaveRequest.RawValue | |
CBeamable.Serialization.SmallerJSON.RawJsonProvider | This type defines part of the Beamable Json conversion |
►CIReadOnlyCollection | |
CBeamable.Common.Player.IObservableReadonlyList< out out T > | |
CBeamable.Common.Runtime.Collections.IConcurrentBag< T > | |
►CIReadOnlyDictionary | |
CBeamable.Common.Player.IObservableReadonlyDictionary< TKey, TValue > | |
CBeamable.Server.IRealmInfo | |
►CBeamable.Common.Reflection.IReflectionAttribute | Implement this interface on attributes to use our validation utilities declared in ReflectionCache. |
CBeamable.Common.Assistant.BeamHintDomainAttribute | Used to declare that certain "static readonly string" fields are BeamHintDomains — this information is cached by the BeamHintReflectionCache system. |
CBeamable.Common.Assistant.BeamHintIdAttribute | Used to declare that certain "static readonly string" fields are BeamHintIds — this information is cached by the BeamHintReflectionCache system. |
CBeamable.Common.Assistant.BeamHintSystemAttribute | |
CBeamable.Common.Dependencies.RegisterBeamableDependenciesAttribute | Use this attribute to register custom services when Beamable starts up. You should use this on a method that takes one parameter of type IDependencyBuilder. Add whatever services you want to on the builder instance. Any service you register will exist for each BeamContext. |
►CBeamable.Common.Reflection.INamingAttribute | Implement this interface over any Attribute to be able to use the existing ReflectionCache utilities that validate things with respect to attributes that are used to name members. |
CBeamable.Server.CallableAttribute | Base callable attribute used to identify methods to be exposed by microservices as endpoints. This attribute makes the endpoint publicly accessible (no need for authentication). ClientCallableAttribute forces the authentication to be required. AdminOnlyCallableAttribute makes it so that only an admin/developer can reach the endpoint. |
CBeamable.Server.StorageObjectAttribute | |
CBeamable.Editor.Assistant.BeamHintDetailConverterAttribute | Placed on top of any BeamHintDetailConverterProvider static methods that match one of the AcceptedSignatures |
►CBeamable.Common.Reflection.IReflectionTypeProvider | Implement this interface and call ReflectionCache.RegisterTypeProvider to inform the reflection cache that these types are of interest to you. |
►CBeamable.Common.Reflection.IReflectionSystem | Implement on systems that want to perform an assembly sweep to cache reflection-related information. |
CBeamable.Editor.Reflection.BeamHintReflectionCache.Registry | |
CBeamable.Reflection.BeamReflectionCache.Registry | |
CBeamable.Server.Editor.MicroserviceReflectionCache.Registry | |
►CBeamable.Common.Player.IRefreshable | |
CBeamable.Common.Player.AbsRefreshableObservable | |
►CBeamable.Common.Api.IRequestErrorWithStatus | |
CBeamable.Common.Api.RequesterException | An exception that comes from a request made through the IHttpRequester or the IBeamableRequester |
CBeamable.Editor.UI.Components.IScheduleWindow< TData > | |
►CBeamable.Editor.UI.Components.IScheduleWindow< EventContent > | |
CBeamable.Editor.UI.Components.EventScheduleWindow | |
►CBeamable.Editor.UI.Components.IScheduleWindow< ListingContent > | |
CBeamable.Editor.UI.Components.ListingScheduleWindow | |
►CIScrollHandler | |
CBeamable.UI.Scripts.PoolableScrollView | |
►CBeamable.Player.ISdkEventService | |
CBeamable.Player.SdkEventService | |
►CBeamable.Editor.ISearchableElement | |
CBeamable.Editor.Content.AvailableManifestModel | |
CBeamable.Editor.Realms.RealmView | |
►CBeamable.Editor.UI.Common.Models.ISearchableModel | |
CBeamable.Editor.UI.Common.Models.ManifestModel | |
CBeamable.Editor.UI.Common.Models.RealmModel | |
►CBeamable.Serialization.JsonSerializable.ISerializable | |
CBeamable.Api.Analytics.Batch.SerializableBatch< T > | Serializable batch. This is a specialized BatchContainer which is JSON Serializable All elements T added to it must be JSON Serializable |
►CBeamable.Api.Analytics.IAnalyticsEvent | Analytics Event interface |
►CBeamable.Api.Analytics.CoreEvent | Core event class |
CBeamable.Api.Analytics.BillerPurchaseFailedEvent | |
CBeamable.Api.Analytics.LoginPanicEvent | |
CBeamable.Api.Analytics.SampleCustomEvent | Sample custom event. This subclasses the abstract class CoreEvent |
CBeamable.Api.Payments.CompletedTransaction | |
CBeamable.Api.Payments.NonceTransactionPair | |
CBeamable.Api.Payments.PaymentTransaction | |
CBeamable.Api.Payments.PaymentTransactionList | |
CBeamable.Api.Payments.PurchaseInfo | |
CBeamable.Api.Payments.UnfulfilledTransactionList | |
CBeamable.Editor.Content.AvailableManifestModel | |
CBeamable.Editor.Content.AvailableManifests | |
CBeamable.Editor.Content.ContentManifest | This type defines a Beamable Manifest Difference |
CBeamable.Editor.Content.ContentManifestReference | This type defines a Beamable Manifest Reference |
CBeamable.Editor.Content.SaveRequest.ContentMeta | |
CBeamable.Editor.Content.SaveRequest.ManifestReferenceSuperset | |
CBeamable.Editor.Content.SaveRequest.ManifestSaveRequest | |
CBeamable.EnvironmentData | |
CBeamable.Experimental.Api.Chat.Message | |
CBeamable.Serialization.JsonSerializable.ISerializeIdentifiable | |
CBeamable.Serialization.TestJsonSerializer.ILLContainer | |
CBeamable.Serialization.TestJsonSerializer.Item | |
CBeamable.Serialization.TestJsonSerializer.ListContainer | |
CBeamable.Server.Editor.ManagerClient.GetLogsRequest | |
CBeamable.Serialization.JsonSerializable.ISerializableFactory | |
►CISerializationCallbackReceiver | |
CBeamable.Common.Api.Inventory.InventoryUpdateBuilder | This type defines the Inventory feature's updates |
CBeamable.Common.Content.ApiContent | |
CBeamable.Common.Content.EventContent | This type defines a Beamable ContentObject subclass for the EventsService |
CBeamable.Common.Content.SerializableDictionary< TKey, TValue > | |
CBeamable.Common.Shop.ListingPrice | |
CBeamable.Common.Shop.OfferObtainCurrency | |
CBeamable.Common.Shop.OfferObtainItem | |
CBeamable.Common.Shop.SKUProductIds | |
CBeamable.Editor.Assistant.SerializedStringToTextDictionary | |
CBeamable.Editor.Content.CalendarWindow | |
CBeamable.Editor.UI.BeamEditorWindow< TWindow > | |
CBeamable.Editor.UI.Components.BeamablePopupWindow | |
CBeamable.Editor.UI.Model.MicroservicesDataModel | |
CBeamable.UI.Buss.BussConfiguration | |
►CBeamable.UI.Buss.BussElement | |
CBeamable.UI.Buss.SdfImageBussElement | |
CBeamable.UI.Buss.TextMeshBussElement | |
CBeamable.UI.Buss.BussStyleSheet | |
CBeamable.UI.Sdf.SerializableValueObject | |
CBeamable.Server.IServiceBuilder | |
►CIServiceProvider | |
CBeamable.Server.IServiceInitializer | When creating a IServiceInitializer remember to inject a RequestContext using it's parameterless constructor. This is used to notify users they must call Microservice.AssumeUser before attempting to use certain user-specific routes. |
►CIServiceResolver | |
►CBeamable.Service.IServiceResolver< T > | This type defines functionality implemented by a collections of resolvers |
CBeamable.Service.LazyMonoBehaviourServiceResolver< T > | |
CBeamable.Service.MonoBehaviourServiceContainer< T > | |
CBeamable.Service.ServiceContainer< T > | |
►CBeamable.Service.IServiceResolver< IBeamablePurchaser > | |
CBeamable.Purchasing.UnityBeamableIAPServiceResolver | Unity IAP Beamable service resolver. |
►CBeamable.Service.IServiceResolver< TResolvedAs > | |
CBeamable.Service.EditorPrefabServiceResolver< TResolvedAs > | |
CBeamable.Service.EditorSingletonMonoBehaviourServiceResolver< T > | |
CBeamable.Service.EditorSingletonServiceResolver< T > | |
CBeamable.Service.SceneLoadedServiceResolver< TResolvedAs > | |
►CBeamable.Api.Sessions.ISessionService | |
CBeamable.Api.Sessions.SessionService | This type defines the Client main entry point for the Session feature |
CBeamable.Pooling.IStaticClassPoolObject | |
►CBeamable.Common.Api.Stats.IStatsApi | |
►CBeamable.Common.Api.Stats.AbsStatsApi | |
CBeamable.Api.Stats.StatsService | This class defines the main entry point for the Stats feature |
CBeamable.Server.Api.Stats.IMicroserviceStatsApi | This type defines the Microservice main entry point for the Stats feature |
CBeamable.Common.Steam.ISteamService | |
►CBeamable.Server.IStorageObjectConnectionProvider | |
CBeamable.Server.StorageObjectConnectionProvider | |
►CIStore | |
CBeamable.Purchasing.Steam.SteamStore | |
►CIStoreConfiguration | |
CBeamable.Purchasing.Steam.SteamPurchasingModule | |
►CIStoreListener | |
CBeamable.Purchasing.UnityBeamablePurchaser | Implementation of Unity IAP for Beamable purchasing. |
►CBeamable.Serialization.JsonSerializable.IStreamSerializer | |
CBeamable.Serialization.JsonSerializable.DeleteStream | |
CBeamable.Serialization.JsonSerializable.JsonSaveStream | Class JsonSaveStream is an IStreamSerializer for JsonSerializable Provides serialization of ISerializable objects to json strings |
CBeamable.Serialization.JsonSerializable.LoadStream | Class LoadStream is an IStreamSerializer for JsonSerializable Provides deserialization of Dictionary(string, object) into ISerializable objects |
CBeamable.Serialization.JsonSerializable.SaveStream | Class SaveStream is an IStreamSerializer for JsonSerializable Provides serialization of ISerializable objects to Dictionary(string, object) |
CBeamable.Common.Api.ISupportGetLatest< out out TData > | This type defines getting fresh data from an Api data source (e.g. Service) |
►CBeamable.Common.Api.ISupportGetLatest< Data > | |
CBeamable.Api.PlatformSubscribable< ScopedRsp, Data > | This type defines the subscribability of services |
CBeamable.Common.Api.ISupportsGet< TData > | This type defines getting fresh data from an Api data source (e.g. Service) |
►CBeamable.Common.Api.ISupportsGet< AnnouncementQueryResponse > | |
►CBeamable.Common.Api.Announcements.IAnnouncementsApi | |
►CBeamable.Common.Api.Announcements.AbsAnnouncementsApi | |
CBeamable.Api.Announcements.AnnouncementsService | This type defines the Client main entry point for the Announcements feature |
CBeamable.Server.Api.Announcements.IMicroserviceAnnouncementsApi | This type defines the Microservice main entry point for the Announcements feature |
►CBeamable.Common.Api.ISupportsGet< CalendarView > | |
►CBeamable.Experimental.Common.Api.Calendars.ICalendarApi | This type defines the Client main entry point for the Calendars feature |
►CBeamable.Experimental.Common.Api.Calendars.AbsCalendarApi | This type defines the Client main entry point for the Calendars feature |
CBeamable.Experimental.Api.Calendars.CalendarsService | This type defines the Client main entry point for the Calendars feature |
CBeamable.Server.Api.Calendars.IMicroserviceCalendarsApi | This type defines the Microservice main entry point for the Calendars feature |
►CBeamable.Common.Api.ISupportsGet< ClientManifest > | |
►CBeamable.Common.Api.Content.IContentApi | |
CBeamable.Content.ContentService | This type defines the Client main entry point for the Content feature |
CBeamable.Server.Api.Content.IMicroserviceContentApi | This type defines the Microservice main entry point for the Content feature |
►CBeamable.Common.Api.ISupportsGet< Data > | |
CBeamable.Api.PlatformSubscribable< ScopedRsp, Data > | This type defines the subscribability of services |
►CBeamable.Common.Api.ISupportsGet< EventsGetResponse > | |
►CBeamable.Common.Api.Events.IEventsApi | |
►CBeamable.Common.Api.Events.AbsEventsApi | |
CBeamable.Api.Events.EventsService | This type defines the Client main entry point for the Events feature |
CBeamable.Server.Api.Events.IMicroserviceEventsApi | This type defines the Microservice main entry point for the Events feature |
►CBeamable.Common.Api.ISupportsGet< GroupsView > | |
►CBeamable.Common.Api.Groups.IGroupsApi | |
►CBeamable.Common.Api.Groups.GroupsApi | |
CBeamable.Api.Groups.GroupsService | This type defines the Client main entry point for the Groups feature |
CBeamable.Server.Api.Groups.IMicroserviceGroupsApi | This type defines the Microservice main entry point for the Groups feature |
►CBeamable.Common.Api.ISupportsGet< InventoryView > | |
►CBeamable.Common.Api.Inventory.IInventoryApi | This type defines the Client main entry point for the Inventory feature |
►CBeamable.Common.Api.Inventory.AbsInventoryApi | This type defines the Client main entry point for the Inventory feature |
CBeamable.Api.Inventory.InventoryService | This type defines the Client main entry point for the Inventory feature |
CBeamable.Server.Api.Inventory.IMicroserviceInventoryApi | This type defines the Microservices main entry point for the Inventory feature |
►CBeamable.Common.Api.ISupportsGet< MailQueryResponse > | |
►CBeamable.Common.Api.Mail.IMailApi | |
►CBeamable.Common.Api.Mail.AbsMailApi | |
CBeamable.Api.Mail.MailService | This type defines the Client main entry point for the Mail feature |
CBeamable.Server.Api.Mail.IMicroserviceMailApi | This type defines the Microservice main entry point for the Mail feature |
►CBeamable.Common.ITaskLike< TResult, BeamableTaskLike< TResult > > | |
CCore.Platform.BeamableTaskLike< TResult > | |
CBeamable.Common.Api.Inventory.Item | This type defines the Beamable item content related to the InventoryService |
CBeamable.Common.Api.Inventory.ItemCreateRequest | This type defines the Inventory feature's create request |
CBeamable.Common.Api.Inventory.ItemDeleteRequest | This type defines the Inventory feature's delete request |
CBeamable.Common.Api.Inventory.ItemGroup | This type defines a collection of inventory items |
CBeamable.Modules.Inventory.ItemGroupData | |
CBeamable.Common.Api.Inventory.ItemProperty | This type defines the Inventory feature's update request |
CBeamable.Common.Api.Inventory.ItemUpdateRequest | This type defines the Inventory feature's update request |
CBeamable.Common.Api.Inventory.ItemView | This type defines the render-friendly data of the InventoryService |
►CBeamable.Editor.Toolbox.Models.IToolboxViewService | |
CBeamable.Editor.Toolbox.Models.ToolboxViewService | |
►CBeamable.Common.Api.Tournaments.ITournamentApi | This type defines the Client main entry point for the Tournaments feature |
►CBeamable.Common.Api.Tournaments.TournamentApi | |
CBeamable.Api.Tournaments.TournamentService | This type defines the Client main entry point for the Tournaments feature |
CBeamable.Server.Api.Tournament.IMicroserviceTournamentApi | This type defines the Microservice main entry point for the Tournaments feature |
CBeamable.Tournaments.MockTournamentService | |
►CBeamable.Common.Api.IUserContext | |
►CBeamable.Api.IPlatformService | |
CBeamable.BeamContext | |
CBeamable.Common.Api.SimpleUserContext | |
►CBeamable.IObservedPlayer | The observed player has a limited subset of functionality from the larger BeamContext. |
CBeamable.BeamContext | |
►CIUserContext | |
CBeamable.Server.RequestContext | This type defines the Microservice RequestContext |
►CBeamable.Common.Content.Validation.IValidationContext | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.ValidationContext | This type defines part of the Beamable ContentObject validation process |
CVirtualList.IViewFor< T > | |
►CVirtualList.IViewFor< TournamentEntryViewData > | |
CBeamable.Tournaments.TournamentEntryBehavior | |
CBeamable.Extensions.ExtensionMethods.IWeightedListItem | |
►CBeamable.Editor.Toolbox.Models.IWidgetSource | |
CBeamable.Editor.Toolbox.Models.EmptyWidgetSource | |
CBeamable.Editor.Toolbox.Models.WidgetSource | |
CBeamable.Experimental.Api.Lobbies.JoinByPasscodeRequest | Request payload for joining a Lobby by passcode. |
CBeamable.Experimental.Api.Lobbies.JoinLobbyRequest | Request payload for joining a Lobby by id. |
CBeamable.Serialization.JsonSerializable | |
CBeamable.Common.Api.Groups.KickRequest | |
CBeamable.Common.Content.KVPair | |
►CLayoutGroup | |
CBeamable.UI.Layouts.StackLayout | |
CBeamable.Common.Player.Lazy< T > | |
CBeamable.Common.Api.Leaderboards.LeaderboardAssignmentInfo | |
CBeamable.Common.Leaderboards.LeaderboardCohort | |
CBeamable.Common.Leaderboards.LeaderboardCohortSettings | |
CBeamable.Common.Api.Leaderboards.LeaderboardGetAssignmentRequest | |
CBeamable.Common.Content.LeaderboardUpdate | |
CBeamable.Common.Api.Leaderboards.LeaderBoardV2ViewResponse | |
CBeamable.Common.Api.Leaderboards.LeaderBoardView | |
►CList | |
CBeamable.EasyFeatures.BeamContextGroup | |
CBeamable.Modules.Generics.DataCollection< T > | |
CBeamable.Common.Shop.ListingOffer | |
CBeamable.Server.Api.Leaderboards.ListLeaderboardResponse | |
CBeamable.Common.Api.Leaderboards.ListLeaderboardResult | |
CBeamable.Common.Api.Mail.ListMailResponse | |
►CListView | |
CBeamable.Editor.UI.Common.ExtendedListView | This class is needed only to make ClearSelection a public method instead of protected. |
CBeamable.AccountManagement.LoadingArg | |
►CBeamable.Editor.UI.Components.LoadingBarUpdater | |
CBeamable.Editor.Microservice.UI.Components.DeployLogParser | |
CBeamable.Editor.Microservice.UI.Components.DeployMSLogParser | |
CBeamable.Editor.Microservice.UI.Components.RunImageLogParser | |
CBeamable.Editor.Microservice.UI.Components.StepLogParser | |
►CBeamable.Editor.Microservice.UI.Components.UniversalLogsParser | |
CBeamable.Editor.Microservice.UI.Components.StopImageLogParser | |
CBeamable.Editor.UI.Components.GroupLoadingBarUpdater | |
CBeamable.Experimental.Api.Lobbies.LobbyNotification | Currently an empty payload notifying the client that the lobby should be re-fetched. |
CBeamable.Experimental.Api.Lobbies.LobbyPlayer | Represents a player as seen from the Lobby structure. |
CBeamable.Experimental.Api.Lobbies.LobbyQueryResponse | Response payload including a list of Lobby. |
CBeamable.Api.CloudSaving.LocalCloudDataPath | |
CBeamable.Editor.Content.LocalContentManifest | This type defines a Beamable Local Content Manifest |
CBeamable.Editor.Content.LocalContentManifestEntry | This type defines a Beamable Local Content Manifest Entry |
CBeamable.Modules.Inventory.LanguageLocalization.LocalizationHelper | |
CBeamable.Common.Spew.Logger | |
CPubNubMessaging.Core.LoggingMethod | |
CBeamable.Api.Auth.AuthService.LoginDeviceIdRequest | |
CBeamable.Editor.Login.UI.LoginErrorHandlers | |
CBeamable.Editor.Login.UI.LoginManager | |
CBeamable.Editor.Login.UI.LoginManagerResult | |
CBeamable.Editor.Login.UI.Model.LoginModel | |
CBeamable.Editor.UI.Model.LogMessage | |
CBeamable.Server.Editor.ManagerClient.LogMessage | |
CBeamable.Editor.UI.Model.LogMessageStore | |
CBeamable.Common.Docs.Logo | |
CBeamable.Common.Api.Mail.MailAcceptManyRequest | |
CBeamable.Common.Api.Mail.MailCountRequest | |
CBeamable.Common.Api.Mail.MailCounts | |
CBeamable.Common.Api.Mail.MailGetCountsResponse | |
CBeamable.Common.Api.Mail.MailMessage | |
CBeamable.Common.Api.Mail.MailQueryResponse | |
CBeamable.Common.Api.Mail.MailReceivedRequest | |
CBeamable.Common.Api.Mail.MailRewards | |
CBeamable.Common.Api.Mail.MailSendEntry | |
CBeamable.Common.Api.Mail.MailSendRequest | |
CBeamable.Common.Api.Mail.MailStateCounts | |
CBeamable.Common.Api.Mail.MailUpdate | |
CBeamable.Common.Api.Mail.MailUpdateEntry | |
CBeamable.Common.Api.Mail.MailUpdateRequest | |
CBeamable.Common.Api.Groups.MakeDonationRequest | |
CBeamable.Content.Manifest | |
CBeamable.Editor.Content.Manifest | This type defines a Beamable Manifest containing various metadata in one coherent unit |
CBeamable.Editor.Content.ManifestDifference | This type defines a Beamable Manifest Difference |
CBeamable.Api.CloudSaving.ManifestEntry | |
CBeamable.Server.Editor.UI.Components.ManifestModel | |
CBeamable.Content.ManifestReference | |
CBeamable.Api.CloudSaving.ManifestResponse | A cloud saving manifest contains a set of CloudSavingManifestEntry objects that describe all of the files associated with a player's account. |
CBeamable.Experimental.Api.Matchmaking.Match | This type defines the Match for the MatchmakingService |
CBeamable.Experimental.Api.Matchmaking.MatchmakingService | This type defines the Client main entry point for the Multiplayer feature |
CBeamable.Experimental.Api.Matchmaking.MatchmakingStatus | This type defines the MatchmakingStatus for the MatchmakingService |
CBeamable.Common.Api.Groups.Member | This structure defines a group member from the viewpoint of the current player's perspective. |
CBeamable.Common.Reflection.MemberAttribute | Utility struct that represents a pairing of a MemberInfo with an Attribute instance. This is used to keep the declared attribute and the MemberInfo over which it is declared together throughout our ReflectionCache-ing process. |
CBeamable.Api.CloudSaving.MetadataPair | |
CBeamable.Server.MicroService | |
►CBeamable.Server.Microservice | This type defines the Microservice main entry point for the Microservice feature |
CBeamable.Microservices.XXXX | |
CBeamable.Server.MicroserviceAssemblyDependency | |
CBeamable.Server.MicroserviceClient | |
CBeamable.Server.MicroserviceClients | |
CBeamable.Server.Editor.MicroserviceConfigurationDebugEntry | |
CBeamable.Server.Editor.MicroserviceConfigurationEntry | |
CBeamable.Server.MicroserviceDependencies | |
CBeamable.Server.MicroserviceFileDependency | |
CBeamable.Server.Editor.ManagerClient.MicroserviceManager | |
CBeamable.Server.Editor.MicroservicePrefixSetter | |
CBeamable.Server.Editor.MicroserviceRiderDebugTools | |
CBeamable.Server.Editor.MicroserviceStateMachine | |
CBeamable.Server.Editor.MicroserviceTransition | |
►CBeamable.Modules.Generics.Model | |
CBeamable.Modules.Leaderboards.LeaderboardsModel | |
►CBeamable.Modules.Generics.ModelPresenter< LeaderboardsModel > | |
CBeamable.Modules.Leaderboards.LeaderboardsPresenter | |
►CMonoBehaviour | |
CBeamable.AccountManagement.AccountAvatarBehaviour | |
CBeamable.AccountManagement.AccountCustomizationBehaviour | |
CBeamable.AccountManagement.AccountDisplayItem | |
CBeamable.AccountManagement.AccountManagementAdapter | |
CBeamable.AccountManagement.AccountManagementBehaviour | |
CBeamable.AccountManagement.AppleSignInBehavior | |
CBeamable.AccountManagement.ForgotPasswordArguments | |
CBeamable.AccountManagement.GoogleSignInBehavior | |
CBeamable.AccountManagement.LoginArguments | |
CBeamable.AccountManagement.ThirdPartyLoginArgument | |
CBeamable.AccountManagement.TokenReference | |
CBeamable.Announcements.AnnouncementBehavior | |
CBeamable.Announcements.AnnouncementSummary | |
CBeamable.Api.Notification.NotificationService | This type defines the Client main entry point for the Notifications feature |
CBeamable.Api.Notification.PubnubSubscriptionManager | |
CBeamable.Avatars.AvatarPickerBehaviour | |
CBeamable.BeamableBehaviour | This component is a Unity component hook to access a BeamContext object. Every BeamableBehaviour has one BeamContext. The gameobject that holds this component may also be used by Beamable to store other required components for the BeamContext |
►CBeamable.BeamableModule | |
CBeamable.BeamableDisplayModule | |
CBeamable.Console.ConsoleFlow | |
CBeamable.Coroutines.CoroutineService | The CoroutineService allows any system to start a Unity coroutine, even if that system is not a MonoBehaviour or associated with a GameObject. Beamable runs many coroutines per player instance to manage multiple networking based resources. All coroutines are routed through the CoroutineService. The CoroutineService is a MonoBehaviour itself, and all coroutines are associated to the related GameObject. Use the StartNew method to start a coroutine. |
CBeamable.CurrencyHUD.CurrencyHUDFlow | |
CBeamable.EasyFeatures.BasicLeaderboard.BasicLeaderboardFeatureControl | |
CBeamable.EasyFeatures.BasicLeaderboard.BasicLeaderboardView | This is an example IBeamableView. It is based off the LeaderboardsPresenter. |
CBeamable.EasyFeatures.BasicLeaderboard.LeaderboardsRankEntriesPresenter | |
CBeamable.EasyFeatures.BasicLeaderboard.LeaderboardsRankEntryPresenter | |
CBeamable.EasyFeatures.BeamableViewGroup | This is a Beamable Component you can add to any GameObject you have to gain access to it's API that:
-
Can be used to manage which BeamContexts are being used to get the data that will populate this view (which player's data should I be displaying?)
-
Can be used to rebuild and modify the UI dynamically as new players are added and removed. Think about a Party UI in couch co-op games — it takes X data from each player and displays it as player's "press start to join".
|
►CBeamable.Experimental.Api.Chat.ChatProvider | |
CBeamable.Experimental.Api.Chat.PubNubChatProvider | |
CBeamable.Experimental.Api.Sim.SimBehavior | This type defines the SimBehavior for the Multiplayer feature |
CBeamable.Experimental.Calendars.CalendarBehaviour | |
CBeamable.Experimental.Calendars.CalendarRewardsDay | |
CBeamable.Inventory.ItemImageSetter | |
CBeamable.Inventory.Scripts.InventoryBehaviour | |
CBeamable.Inventory.Scripts.InventoryGroupUI | |
CBeamable.Inventory.Scripts.InventoryMenuBehaviour | |
CBeamable.Inventory.Scripts.InventoryObjectUI | |
CBeamable.Leaderboards.LeaderboardBehavior | |
CBeamable.Leaderboards.LeaderboardItem | |
CBeamable.Modules.Generics.CollectionPresenter< T > | |
CBeamable.Modules.Generics.DataPresenter< T > | |
CBeamable.Modules.Generics.ModelPresenter< T > | |
CBeamable.Modules.Inventory.ItemPresenter | |
CBeamable.Modules.Inventory.Prototypes.GenericTextButton | |
CBeamable.Modules.Inventory.Prototypes.LanguageLocalizationElement | |
CBeamable.Platform.SDK.Auth.SignInWithGameCenter | |
CBeamable.Pooling.DisablePool | |
CBeamable.Pooling.HidePool | |
CBeamable.Pooling.HidePoolObject | |
CBeamable.Serialization.TestJsonSerializer | |
CBeamable.Server.DependencyResolver | |
CBeamable.Service.ApplicationLifetimeDetector | |
CBeamable.Service.SceneLoadedServiceResolver< TResolvedAs > | |
CBeamable.Shop.Defaults.ObtainSummaryListCurrencyRenderer | |
CBeamable.Shop.Defaults.ObtainSummaryListItemRenderer | |
►CBeamable.Shop.ListingRenderer | |
CBeamable.Shop.Defaults.BasicListingRenderer | |
►CBeamable.Shop.ObtainRenderer | |
CBeamable.Shop.Defaults.ObtainSummaryListRenderer | |
CBeamable.Shop.ShopFlow | |
►CBeamable.Signals.DeSignalTower | |
CBeamable.AccountManagement.AccountManagementSignals | |
CBeamable.Announcements.AnnouncementSignals | |
CBeamable.Inventory.Scripts.InventorySignals | |
CBeamable.Leaderboards.LeaderboardSignals | |
CBeamable.Shop.ShopSignals | |
CBeamable.Stats.StatBehaviour | |
CBeamable.Theme.StyleBehaviour | |
CBeamable.Tournaments.CountdownTextBehaviour | |
CBeamable.Tournaments.FixedCharacterFitter | |
CBeamable.Tournaments.TabBehaviour | |
CBeamable.Tournaments.TournamenClaimableRewardBehaviour | |
CBeamable.Tournaments.TournamentColorConstraint | |
CBeamable.Tournaments.TournamentEntryBehavior | |
CBeamable.Tournaments.TournamentEntryPlayerBehaviour | |
CBeamable.Tournaments.TournamentInfoBehaviour | |
CBeamable.Tournaments.TournamentInfoDetailBehaviour | |
CBeamable.Tournaments.TournamentInfoDetailContainerBehaviour | |
CBeamable.Tournaments.TournamentNumbersBehaviour | |
CBeamable.Tournaments.TournamentRewardBehaviour | |
CBeamable.Tournaments.TournamentRewardEntryBehaviour | |
CBeamable.Tournaments.TournamentRewardPanelBehaviour | |
CBeamable.Tournaments.TournamentStageGainBehaviour | |
CBeamable.Tournaments.TournamentsBehaviour | |
CBeamable.UI.Buss.BussElement | |
CBeamable.UI.Buttons.DeButtonBehaviour | |
►CBeamable.UI.Layouts.MediaQueryBehaviour | |
CBeamable.UI.Layouts.ReparenterBehaviour | |
CBeamable.UI.Scripts.AddressableImageBehaviour | |
CBeamable.UI.Scripts.BackButtonBehaviour | |
CBeamable.UI.Scripts.CloseButtonBehaviour | |
CBeamable.UI.Scripts.GameObjectToggler | Just a "toggler" between two game objects. Mostly used to display Loading Indicators while waiting for a callback. |
CBeamable.UI.Scripts.InputValidationBehaviour | |
CBeamable.UI.Scripts.LoadingDisableBehaviour | |
►CBeamable.UI.Scripts.MenuBase | |
CBeamable.AccountManagement.AccountEmailLogin | |
CBeamable.AccountManagement.AccountExistsSelect | |
CBeamable.AccountManagement.AccountForgotPassword | |
CBeamable.AccountManagement.AccountGeneralErrorBehaviour | |
CBeamable.AccountManagement.AccountMainMenu | |
CBeamable.AccountManagement.AccountPlayerDataMenu | |
CBeamable.AccountManagement.AccountSwitch | |
CBeamable.AccountManagement.AccountThirdPartyWaitingMenu | |
CBeamable.AccountManagement.LoadingPopup | |
CBeamable.Announcements.AnnouncementMainMenu | |
CBeamable.Announcements.AnnouncementReadMenu | |
CBeamable.Experimental.Calendars.CalendarFlowMainPage | |
CBeamable.Inventory.Scripts.InventoryMainMenu | |
CBeamable.Leaderboards.LeaderboardMainMenu | |
CBeamable.Shop.Defaults.BasicStoreRenderer | |
CBeamable.Shop.ShopRewardRenderer | |
CShopLoadingMenu | |
CBeamable.UI.Scripts.MenuManagementBehaviour | |
CBeamable.UI.Scripts.ScrollButton | |
CBeamable.UI.Scripts.StickyScrollElement | |
►CBeamable.UI.Scripts.TextReferenceBase | |
CBeamable.UI.Scripts.InputReference | |
CBeamable.UI.Scripts.TextReference | |
CBeamable.UI.TextField.DeTextFieldBehaviour | |
CBeamable.UI.Tweening.TweenManager | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnap | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapBase | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapScrollbarHelper | |
CBeamable.UnityEngineClone.UI.Extensions.UI_InfiniteScroll | Infinite scroll view with automatic configuration |
CDePromptBehaviour | |
CLoadingIndicator | |
CMediaSourceBehaviour | |
COfflineNotificationBehaviour | |
COfflineObject | |
CPubNubMessaging.Core.CoroutineClass | |
CScrollDotsBehaviour | |
CScrollToAlphaBehaviour | |
►CVirtualList.AbstractVirtualList | |
CVirtualList.VirtualGridList | |
CVirtualList.VirtualHorizontalList | |
CVirtualList.VirtualVerticalList | |
CBeamable.Api.Notification.Internal.MultiChannelSubscriptionHandler | |
CBeamable.Api.Sessions.MultiOnlineStatusesResponse | |
CBeamable.Common.Inventory.NewItem | |
CBeamable.Common.Content.NumericMatchmakingRule | |
►CBeamable.Common.Player.Observable< AccessToken > | |
CBeamable.Player.ObservableAccessToken | |
►CBeamable.Common.Player.Observable< Lobby > | |
CBeamable.Player.PlayerLobby | Experimental API around managing a player's lobby state. |
►CBeamable.Common.Player.Observable< long > | |
CBeamable.Common.Player.ObservableLong | |
►CBeamable.Common.Player.Observable< string > | |
CBeamable.Common.Player.ObservableString | |
►CBeamable.Common.Player.Observable< User > | |
CBeamable.Player.ObservableUser | |
CBeamable.Api.Payments.Obtain | |
CBeamable.Api.Payments.ObtainCurrency | |
CBeamable.Api.Payments.ObtainItem | |
CBeamable.Common.Shop.OfferConstraint | |
CBeamable.Api.Payments.OfferImages | |
CBeamable.Common.Shop.OfferObtainItemProperty | |
CBeamable.Common.Shop.OfferRequirement | |
CBeamable.Api.Caches.OfflineCache | |
CBeamable.Api.Caches.OfflineUser | |
CBeamable.Api.Caches.OfflineUserCache | |
CBeamable.Api.Caches.OfflineUserData | |
►COptional | |
►CBeamable.Common.Content.Optional< T > | |
CBeamable.Common.Content.OptionalValue< T > | |
►CBeamable.Common.Content.Optional< ActivePeriod > | |
CBeamable.Common.Shop.OptionalPeriod | |
►CBeamable.Common.Content.Optional< ApiVariableReference > | |
CBeamable.Common.Content.OptionalApiVariableReference | |
►CBeamable.Common.Content.Optional< ClientPermissions > | |
CBeamable.Common.Content.OptionalClientPermissions | |
►CBeamable.Common.Content.Optional< Color > | |
CBeamable.Common.Shop.OptionalColor | |
►CBeamable.Common.Content.Optional< ContentDictionary > | |
CBeamable.Common.Shop.OptionalDict | |
►CBeamable.Common.Content.Optional< EventSchedule > | |
CBeamable.Common.Content.OptionalEventSchedule | |
►CBeamable.Common.Content.Optional< LeaderboardCohortSettings > | |
CBeamable.Common.Leaderboards.OptionalCohortSettings | |
►CBeamable.Common.Content.Optional< List< CohortRequirement > > | |
CBeamable.Common.Shop.OptionalCohort | |
►CBeamable.Common.Content.Optional< List< EventCurrencyObtain > > | |
CBeamable.Common.Content.OptionalEventCurrencyList | |
►CBeamable.Common.Content.Optional< List< EventItemObtain > > | |
CBeamable.Common.Content.OptionalEventItemList | |
►CBeamable.Common.Content.Optional< List< int > > | |
CBeamable.Common.Content.OptionalListInt | |
►CBeamable.Common.Content.Optional< List< OfferRequirement > > | |
CBeamable.Common.Shop.OptionalOffers | |
►CBeamable.Common.Content.Optional< List< StatRequirement > > | |
CBeamable.Common.Shop.OptionalStats | |
►CBeamable.Common.Content.Optional< List< string > > | |
CBeamable.Common.Content.OptionalListString | |
►CBeamable.Common.Content.Optional< ListingSchedule > | |
CBeamable.Common.Content.OptionalListingSchedule | |
►CBeamable.Common.Content.Optional< ListOfAnnouncementApi > | |
CBeamable.Common.Announcements.OptionalListOfAnnouncementRewards | |
►CBeamable.Common.Content.Optional< ListOfApiReward > | |
CBeamable.Common.Content.OptionalApiRewardList | |
►CBeamable.Common.Content.Optional< ListOfCurrencyChanges > | |
CBeamable.Common.Inventory.OptionalCurrencyChangeList | |
►CBeamable.Common.Content.Optional< ListOfNewItems > | |
CBeamable.Common.Inventory.OptionalNewItemList | |
►CBeamable.Common.Content.Optional< MicroserviceRiderDebugTools > | |
CBeamable.Server.Editor.OptionalMicroserviceRiderDebugTools | |
►CBeamable.Common.Content.Optional< NonBlankStringList > | |
CBeamable.Common.Shop.OptionalNonBlankStringList | |
►CBeamable.Common.Content.Optional< Schedule > | |
CBeamable.Common.Content.OptionalSchedule | |
►CBeamable.Common.Content.Optional< SerializableDictionaryStringToString > | |
CBeamable.Common.Content.OptionalSerializableDictionaryStringToString | |
►CBeamable.Common.Content.Optional< string > | |
CBeamable.Common.Content.OptionalString | |
►CBeamable.Common.Content.OptionalValue< bool > | |
CBeamable.Common.Content.OptionalBoolean | |
►CBeamable.Common.Content.OptionalValue< double > | |
CBeamable.Common.Content.OptionalDouble | |
►CBeamable.Common.Content.OptionalValue< int > | |
CBeamable.Common.Content.OptionalInt | |
►CBeamable.Common.Content.OptionalValue< long > | |
CBeamable.Common.Content.OptionalLong | |
CBeamable.CronExpression.Options | Options for parsing and describing a Cron Expression |
CBeamable.Api.CloudSaving.Owner | |
CBeamable.Server.Editor.PackageAvailability | |
CBeamable.Common.PackageVersion | |
►CBeamable.Theme.Palette< ButtonStyle > | |
CBeamable.Theme.Palettes.ButtonPalette | |
►CBeamable.Theme.Palette< ColorStyle > | |
CBeamable.Theme.Palettes.ColorPalette | |
►CBeamable.Theme.Palette< FontStyle > | |
CBeamable.Theme.Palettes.FontPalette | |
►CBeamable.Theme.Palette< GradientStyle > | |
CBeamable.Theme.Palettes.GradientPalette | |
►CBeamable.Theme.Palette< ImageStyle > | |
CBeamable.Theme.Palettes.ImagePalette | |
►CBeamable.Theme.Palette< LayoutStyle > | |
CBeamable.Theme.Palettes.LayoutPalette | |
►CBeamable.Theme.Palette< SelectableStyle > | |
CBeamable.Theme.Palettes.SelectablePalette | |
►CBeamable.Theme.Palette< SoundStyle > | |
CBeamable.Theme.Palettes.SoundPalette | |
►CBeamable.Theme.Palette< StringStyle > | |
CBeamable.Theme.Palettes.StringPalette | |
►CBeamable.Theme.Palette< TextStyle > | |
CBeamable.Theme.Palettes.TextPalette | |
►CBeamable.Theme.Palette< TransformStyle > | |
CBeamable.Theme.Palettes.TransformPalette | |
►CBeamable.Theme.Palette< WindowStyle > | |
CBeamable.Theme.Palettes.WindowPalette | |
►CBeamable.Theme.PaletteBase | |
CBeamable.Theme.Palette< T > | |
►CButtonPalette.PaletteBinding | |
CBeamable.Theme.Palettes.ButtonBinding | |
►CColorPalette.PaletteBinding | |
CBeamable.Theme.Palettes.ColorBinding | |
►CFontPalette.PaletteBinding | |
CBeamable.Theme.Palettes.FontBinding | |
►CGradientPalette.PaletteBinding | |
CBeamable.Theme.Palettes.GradientBinding | |
►CImagePalette.PaletteBinding | |
CBeamable.Theme.Palettes.ImageBinding | |
►CLayoutPalette.PaletteBinding | |
CBeamable.Theme.Palettes.LayoutBinding | |
►CSelectablePalette.PaletteBinding | |
CBeamable.Theme.Palettes.SelectableBinding | |
►CSoundPalette.PaletteBinding | |
CBeamable.Theme.Palettes.SoundBinding | |
►CStringPalette.PaletteBinding | |
CBeamable.Theme.Palettes.StringBinding | |
►CTextPalette.PaletteBinding | |
CBeamable.Theme.Palettes.TextBinding | |
►CTransformPalette.PaletteBinding | |
CBeamable.Theme.Palettes.TransformBinding | |
►CWindowPalette.PaletteBinding | |
CBeamable.Theme.Palettes.WindowBinding | |
►CBeamable.Theme.PaletteStyle | |
CBeamable.Theme.Palettes.ButtonStyle | |
CBeamable.Theme.Palettes.ColorStyle | |
CBeamable.Theme.Palettes.FontStyle | |
CBeamable.Theme.Palettes.GradientStyle | |
CBeamable.Theme.Palettes.ImageStyle | |
CBeamable.Theme.Palettes.LayoutStyle | |
CBeamable.Theme.Palettes.SelectableStyle | |
CBeamable.Theme.Palettes.SoundStyle | |
CBeamable.Theme.Palettes.StringStyle | |
CBeamable.Theme.Palettes.TextStyle | |
CBeamable.Theme.Palettes.TransformStyle | |
CBeamable.Theme.Palettes.WindowStyle | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< ButtonStyle > | |
CBeamable.Editor.Modules.Theme.ButtonStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< ColorStyle > | |
CBeamable.Editor.Modules.Theme.ColorStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< FontStyle > | |
CBeamable.Editor.Modules.Theme.FontStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< GradientStyle > | |
CBeamable.Editor.Modules.Theme.GradientStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< ImageStyle > | |
CBeamable.Editor.Modules.Theme.ImageStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< LayoutStyle > | |
CBeamable.Editor.Modules.Theme.LayoutStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< SelectableStyle > | |
CBeamable.Editor.Modules.Theme.SelectableStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< SoundStyle > | |
CBeamable.Editor.Modules.Theme.SoundStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< StringStyle > | |
CBeamable.Editor.Modules.Theme.StringStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< TextStyle > | |
CBeamable.Editor.Modules.Theme.TextStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< TransformStyle > | |
CBeamable.Editor.Modules.Theme.TransformStyleObject | |
►CBeamable.Editor.Modules.Theme.PaletteStyleObject< WindowStyle > | |
CBeamable.Editor.Modules.Theme.WindowStyleObject | |
CBeamable.Common.Reflection.ParameterOfInterest | Defines a parameter signature of interest so we can guarantee parameters are being declared as we expect them to be. |
CBeamable.Purchasing.PaymentCommands | |
CBeamable.Api.Payments.PaymentService | This type defines the Client main entry point for the Payments feature |
CBeamable.Common.Reflection.PerAttributeCache | Struct that holds data for all Attribute-related reflection data caches. |
CBeamable.Common.Reflection.PerBaseTypeCache | Struct that holds data for all BaseType-related reflection data caches. |
CBeamable.Api.PlatformConsoleCommands | |
CBeamable.Api.PlatformError | |
►CBeamable.Api.PlatformSubscribable< AnnouncementQueryResponse, AnnouncementQueryResponse > | |
CBeamable.Api.Announcements.AnnouncementsSubscription | |
►CBeamable.Api.PlatformSubscribable< CalendarQueryResponse, CalendarView > | |
CBeamable.Experimental.Api.Calendars.CalendarsSubscription | This type defines the CalendarsSubscription for the CalendarsService |
►CBeamable.Api.PlatformSubscribable< ClientManifest, ClientManifest > | |
CBeamable.Content.ManifestSubscription | This type defines part of the Beamable ContentObject system |
►CBeamable.Api.PlatformSubscribable< EventsGetResponse, EventsGetResponse > | |
CBeamable.Api.Events.EventSubscription | |
►CBeamable.Api.PlatformSubscribable< GetMyRoomsResponse, ChatView > | |
CBeamable.Experimental.Api.Chat.ChatSubscription | |
►CBeamable.Api.PlatformSubscribable< GetOffersResponse, PlayerStoreView > | |
CBeamable.Api.Commerce.CommerceService | This type defines the Client main entry point for the Commerce feature |
►CBeamable.Api.PlatformSubscribable< GroupUser, GroupsView > | |
CBeamable.Api.Groups.GroupsSubscription | |
►CBeamable.Api.PlatformSubscribable< InventoryResponse, InventoryView > | |
CBeamable.Api.Inventory.InventorySubscription | This type defines the reset/refresh of related data |
►CBeamable.Api.PlatformSubscribable< MailQueryResponse, MailQueryResponse > | |
CBeamable.Api.Mail.MailSubscription | |
►CBeamable.Api.PlatformSubscribable< ManifestResponse, ManifestResponse > | |
CBeamable.Api.CloudSaving.CloudSavingService | This type defines the Client main entry point for the CloudSaving feature |
CBeamable.Api.PlatformSubscription< T > | |
CBeamable.Common.Api.Social.Player | |
CBeamable.Common.Api.Social.PlayerIdRequest | |
CBeamable.Player.PlayerInventory | |
CBeamable.Api.Payments.PlayerOfferView | |
CBeamable.Experimental.Api.Sim.PlayerResult | This type defines the PlayerResult for the GameRelayService |
►CPlayerReward | |
CBeamable.Common.Content.PlayerReward< TOptionalApiRewards > | A PlayerReward describes a set of rewards that a player can claim. |
►CBeamable.Common.Content.PlayerReward< OptionalListOfAnnouncementRewards > | |
CBeamable.Common.Announcements.AnnouncementPlayerRewards | A type of PlayerReward that allows a player to claim AnnouncementApiReward as well as items and currencies. |
CBeamable.Player.PlayerStat | A PlayerStat is a named value associated with a player. |
CBeamable.Api.Payments.PlayerStoreView | |
CPubNubMessaging.Core.PNMessageResult | |
CBeamable.Pooling.HidePool.Pool | |
CBeamable.Editor.Modules.Account.PortalCommand | |
CBeamable.Server.Editor.ManagerClient.PostManifestRequest | |
►CUnityEngine.Scripting.PreserveAttribute | |
CBeamable.Common.Content.ContentTypeAttribute | This type defines part of the Beamable ContentObject system |
CBeamable.ConsoleCommands.BeamableConsoleCommandAttribute | |
CBeamable.ConsoleCommands.BeamableConsoleCommandProviderAttribute | Used on a class to annotate the class as having console commands. The class must have an empty constructor, or no console commands will be loaded. |
CBeamable.Api.CloudSaving.PreSignedURL | |
CBeamable.Common.Api.Inventory.PreviewCurrencyGainResponse | This type defines look-ahead Currency data related to the InventoryService |
CBeamable.Api.Payments.Price | |
CBeamable.Common.Api.Notifications.PrimitiveStringPayload | |
CBeamable.Server.Editor.CodeGen.ProgramCodeGenerator | |
CBeamable.ProjectDTO | |
CBeamable.Server.Editor.CodeGen.ProjectGenerator | |
CBeamable.Editor.Realms.ProjectViewDTO | |
►CBeamable.Common.Promise< IList< T > > | |
CBeamable.Common.SequencePromise< T > | This type defines the Beamable SequencePromise |
►CBeamable.Common.Promise< ThirdPartyLoginResponse > | |
CBeamable.AccountManagement.ThirdPartyLoginPromise | |
CBeamable.Common.PromiseAsyncMethodBuilder< T > | https://github.com/dotnet/roslyn/blob/main/docs/features/task-types.md https://referencesource.microsoft.com/#mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs |
►CBeamable.Common.PromiseBase | This type defines the base for the Beamable Promise |
CBeamable.Common.Promise< T > | This type defines the Beamable Promise |
►CPropertyAttribute | |
CBeamable.Common.Content.FilePathSelectorAttribute | |
CBeamable.Common.Content.HideUnlessServerPackageInstalled | Use this property attribute to hide a serialized field unless the com.beamable.server package is installed. |
CBeamable.Common.Content.ReadonlyIfAttribute | |
CBeamable.Common.Content.RenderAsRef2Attribute | |
CBeamable.Common.Content.RenderAsRefAttribute | |
CBeamable.Common.Content.ShowOnlyAttribute | |
►CBeamable.Common.Content.Validation.ValidationAttribute | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.CannotBeBlank | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.CannotBeEmpty | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeDateString | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeNonDefault | |
►CBeamable.Common.Content.Validation.MustBeOneOf | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeComparatorString | This type defines part of the Beamable ContentObject validation process |
►CBeamable.Common.Content.Validation.MustBePositive | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeNonNegative | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeSlugString | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeTimeSpanDuration | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustContain | This type defines part of the Beamable ContentObject validation process |
►CBeamable.Common.Content.Validation.MustReferenceContent | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeCurrency | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeCurrencyOrItem | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeItem | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.MustBeLeaderboard | This type defines part of the Beamable ContentObject validation process |
CBeamable.Common.Content.Validation.RouteParametersMustBeValid | |
CBeamable.Common.Content.Validation.ServiceRouteMustBeValid | |
CBeamable.Editor.UI.Buss.BussClassAttribute | |
CBeamable.Editor.UI.Buss.BussIdAttribute | |
CBeamable.Editor.UI.Buss.SerializableValueImplementsAttribute | |
CBeamable.Editor.UI.Common.EnumFlagsAttribute | |
CBeamable.Theme.CanHideAttribute | |
CBeamable.UI.Buss.BussStyle.PropertyBinding< T > | |
►CPropertyDrawer | |
CBeamable.Editor.Content.ContentObjectPropertyDrawer | |
CBeamable.Editor.Content.ContentRefPropertyDrawer | |
CBeamable.Editor.Content.ContentValidationPropertyDrawer | |
CBeamable.Editor.Content.DatePropertyDrawer | |
CBeamable.Editor.Content.HideServerPropertyDrawer | |
CBeamable.Editor.Content.OptionalPropertyDrawer | |
CBeamable.Editor.Content.ScheduleDefinitionPropertyDrawer | |
CBeamable.Editor.Content.SchedulePropertyDrawer< TData, TWindow > | |
CBeamable.Editor.Content.UI.DisplayableListPropertyDrawer | |
CBeamable.Editor.Content.UI.SerializedDictionaryStringToSomethingEditor< TValue > | |
CBeamable.Editor.FilePathSelectorDrawer | |
CBeamable.Editor.Modules.Theme.CanHideDrawer | |
CBeamable.Editor.Modules.Theme.ThemeConfigurationPropertyDrawer | |
CBeamable.Editor.Player.ObservableReadonlyListPropertyDrawer | |
CBeamable.Editor.ReadonlyIfDrawer | |
CBeamable.Editor.ShowOnlyDrawer | |
CBeamable.Editor.Style.ButtonStyleObjectPropertyDrawer | |
CBeamable.Editor.Style.GeneralPaletteBindingOptionDrawer | |
CBeamable.Editor.Style.MediaQueryObjectPropertyDrawer | |
CBeamable.Editor.UI.Buss.BaseAssetBussPropertyDrawer | |
CBeamable.Editor.UI.Buss.BussNamePropertyDrawer | |
CBeamable.Editor.UI.Buss.BussStyleDescriptionDrawer | |
CBeamable.Editor.UI.Buss.ColorRectDrawer | |
CBeamable.Editor.UI.Buss.SerializableValueObjectDrawer | |
CBeamable.Editor.UI.Common.EnumFlagsAttributeDrawer | |
CBeamable.Server.Editor.RouteParametersPropertyDrawer | |
CBeamable.Server.Editor.RouteVariablesPropertyDrawer | |
CBeamable.Server.Editor.ServiceRoutePropertyDrawer | |
CBeamable.UI.Buss.VariableDatabase.PropertyReference | |
CBeamable.UI.Buss.PropertySourceDatabase | |
CBeamable.UI.Buss.PropertySourceTracker | |
CBeamable.Editor.Content.PublishProgress | |
CPubNubMessaging.Core.Pubnub | |
CPubNubMessaging.Core.PubnubClientError | |
►CPubNubMessaging.Core.PubnubCryptoBase | |
CPubNubMessaging.Core.PubnubCrypto | |
CPubNubMessaging.Core.PubnubErrorFilter | |
CBeamable.Api.Notification.PubNubOp | |
CPubNubMessaging.Core.PubnubUnity | |
CPubNubMessaging.Core.PubnubWebRequest | |
CPubNubMessaging.Core.PubnubWebResponse | |
CBeamable.Api.Payments.PurchaseResponse | |
CBeamable.Api.Notification.PushRegisterRequest | |
CBeamable.Api.Notification.PushService | This type defines the Client main entry point for the Push Notifications feature |
CBeamable.UI.Sdf.Quad2D | |
CBeamable.Common.Api.Leaderboards.RankEntry | |
CBeamable.Common.Api.Leaderboards.RankEntryColumns | |
CBeamable.Common.Api.Leaderboards.RankEntryStat | |
►CReadOnlyDictionary | |
CBeamable.Server.Api.RealmConfig.RealmConfig | This type defines the Microservice main entry point for the Realm Configuration feature |
CBeamable.Server.Api.RealmConfig.RealmConfigNamespaceData | |
CBeamable.Editor.Realms.RealmsService | |
CPubNubMessaging.Core.ReconnectState< T > | |
CBeamable.Common.Reflection.ReflectionCache | Used to initialize all reflection based systems with consistent validation and to ensure we are only doing the assembly sweeping once. We can also use this to setup up compile-time validation of our Attribute-based systems such as Content and Microservices. |
CBeamable.Experimental.Api.Lobbies.RemoveFromLobbyRequest | Request payload to be used whenever removing a player from the Lobby. This includes leaving the Lobby as well as kicking a player out of the Lobby. |
CBeamable.Experimental.Api.Lobbies.RemoveTagsRequest | Request payload to remove Lobby Tags from the requested player. |
CBeamable.Server.RequestHandlerData | |
CBeamable.Server.MicroserviceClientHelper.RequestObject | |
CPubNubMessaging.Core.RequestState< T > | |
CBeamable.Server.MicroserviceClientHelper.ResponseObject | |
CBeamable.Server.Editor.DockerCommands.SnykTestCommand.Result | |
CBeamable.Experimental.Api.Sim.ResultsRequest | This type defines the ResultsRequest for the GameRelayService |
CBeamable.Common.Content.Reward | |
CBeamable.Experimental.Common.Api.Calendars.RewardCalendarDay | This type defines the RewardCalendarDay for the CalendarsService |
CBeamable.Experimental.Common.Api.Calendars.RewardCalendarObtain | This type defines the RewardCalendarObtain for the CalendarsService |
CBeamable.Common.Content.RewardsPerRank | |
CBeamable.Common.Api.Groups.RoleChangeRequest | |
►CBeamable.Experimental.Api.Chat.Room | |
CBeamable.Experimental.Api.Chat.PubNubRoom | |
CBeamable.Experimental.Api.Chat.RoomHandle | |
CBeamable.Experimental.Api.Chat.RoomInfo | |
►CRouteParameter | |
CBeamable.Common.Content.RouteParameter< T > | |
CBeamable.Common.Content.RouteParameters | |
CBeamable.Common.Content.RouteVariables | |
CBeamable.Api.CloudSaving.S3Object | |
►CBeamable.Common.Content.Schedule | |
CBeamable.Common.Content.EventSchedule | |
CBeamable.Common.Content.ListingSchedule | |
CBeamable.Editor.Models.Schedules.ScheduleDateModeModel | |
CBeamable.Common.Content.ScheduleDefinition | |
CBeamable.Api.ScheduledRefresh | |
CBeamable.Editor.Models.Schedules.ScheduleParser | |
►CBeamable.Editor.Content.SchedulePropertyDrawer< EventContent, EventScheduleWindow > | |
CBeamable.Editor.Content.EventSchedulePropertyDrawer | |
►CBeamable.Editor.Content.SchedulePropertyDrawer< ListingContent, ListingScheduleWindow > | |
CBeamable.Editor.Content.ListingSchedulePropertyDrawer | |
►CBeamable.Editor.Models.Schedules.ScheduleWindowModel | |
CBeamable.Editor.Models.Schedules.EventDailyScheduleModel | |
CBeamable.Editor.Models.Schedules.EventDatesScheduleModel | |
CBeamable.Editor.Models.Schedules.EventDaysScheduleModel | |
CBeamable.Editor.Models.Schedules.ListingDailyScheduleModel | |
CBeamable.Editor.Models.Schedules.ListingDatesScheduleModel | |
CBeamable.Editor.Models.Schedules.ListingDaysScheduleModel | |
CBeamable.Editor.Schedules.ScheduleWrapper | |
CBeamable.Common.Content.ScoringAlgoOption | |
CBeamable.Common.Content.ScoringAlgorithm | |
►CScriptableObject | |
CBeamable.Api.Sessions.SessionParameterProvider | |
►CBeamable.BaseModuleConfigurationObject | |
CBeamable.AbsModuleConfigurationObject< TConstants > | |
CBeamable.Common.Content.ContentObject | This type defines the parent of all Beamable ContentObjects for the ContentService |
CBeamable.CronExpression.CronLocalizationData | |
CBeamable.CronExpression.CronLocalizationDatabase | |
CBeamable.Editor.Assistant.BeamHintDetailsConfig | Holds a mapping of UXML/USS files to ids used by BeamHintDetailConverterProvider and BeamHintHeaderVisualElement to render out hint details. |
CBeamable.Editor.Assistant.BeamHintTextMap | A quick and dirty way of mapping Domains, Sub-Domains and HintIds to specific blobs of text. TODO: Replace with in-editor localization system |
CBeamable.Editor.Content.SerializedContentObject< TContent > | |
CBeamable.Editor.Modules.Theme.PaletteStyleObject< T > | |
►CBeamable.Editor.ToolbarExtender.BeamableAssistantMenuItem | Scriptable object that gets loaded from CoreConfiguration.BeamableAssistantMenuItemsPaths when the BeamableToolbarExtender initializes or one of these is re-imported |
CBeamable.Editor.ToolbarExtender.BeamableAssistantMenuItemSeparator | |
CBeamable.Editor.ToolbarExtender.BeamableAssistantWindowMenuItem | Menu Item that opens the BeamableAssistantWindow when clicked. |
CBeamable.Editor.ToolbarExtender.BeamableConfigurationManagerMenuItem | Menu Item that opens the BeamableAssistantWindow when clicked. |
CBeamable.Editor.ToolbarExtender.BeamableContentManagerMenuItem | Menu Item that opens the BeamableAssistantWindow when clicked. |
CBeamable.Editor.ToolbarExtender.BeamableMicroserviceManagerMenuItem | Menu Item that opens the BeamableAssistantWindow when clicked. |
CBeamable.Editor.ToolbarExtender.BeamableThemeManagerMenuItem | Menu Item that opens the BeamableAssistantWindow when clicked. |
CBeamable.Editor.ToolbarExtender.BeamableToolboxWindowMenuItem | Menu Item that opens the BeamableAssistantWindow when clicked. |
►CBeamable.Editor.ToolbarExtender.BeamableToolbarButton | Scriptable object that gets loaded from CoreConfiguration.BeamableAssistantToolbarButtonsPathss when the BeamableToolbarExtender initializes or one of these is re-imported |
CBeamable.Editor.ToolbarExtender.SampleBeamableButton | A sample button that can be used as a reference to understand how to extend the Unity editor's toolbar.
|
CBeamable.Editor.Toolbox.Models.WidgetSource | |
►CBeamable.Reflection.ReflectionSystemObject | The base ScriptableObject type to wrap around any IReflectionSystem that a user may want to piggy-back in our assembly sweep done in ReflectionCache and EditorAPI and Beamable.API initializations. |
CBeamable.Editor.Reflection.BeamHintReflectionCache | BeamHint related IReflectionSystem and ReflectionSystemObject that handles:
-
The parsing of BeamHintDetailConverterAttribute into cached converters that know how to render BeamHintDetailsConfig for matched BeamHintHeaders.
-
An updated list of all BeamHintDetailsConfigs that exist in directories configured at CoreConfiguration.BeamableAssistantHintDetailConfigPaths.
-
The parsing of BeamHintIdAttributes and BeamHintDomainAttributes TODO: to be used by UI systems to allow for better interaction with our system.
|
CBeamable.Reflection.BeamReflectionCache | ReflectionSystemObject that holds the BeamReflectionCache.Registry used for Beam's initialization. Goes through all types, exhaustively, then finds and caches static methods with RegisterBeamableDependenciesAttributes. Beam calls on Registry.LoadCustomDependencies during it's initialization process in order for users to be able to inject dependencies into BeamContexts. |
CBeamable.Server.Editor.MicroserviceReflectionCache | |
CBeamable.Samples.SampleProjectBase.Readme | Custom-formatted readme file with markdown-like display |
CBeamable.Server.MicroserviceClientDataWrapper< T > | |
CBeamable.Stats.StatObject | |
CBeamable.Theme.ThemeObject | |
CBeamable.UI.Buss.BussStyleSheet | |
CBeamable.UI.Layouts.MediaQueryObject | |
►CScriptableWizard | |
CBeamable.Editor.UI.Buss.VariableNameWizard | |
CBeamable.UI.Sdf.SdfMaterialData | |
CBeamable.Player.SdkEvent | |
CBeamable.Player.SdkEventConsumer | |
CBeamable.Common.Api.Mail.SearchMailRequest | |
CBeamable.Common.Api.Mail.SearchMailRequestClause | A way to specify certain criteria for searching mail. Each instance of SearchMailRequestClause can specify different types of mail to identify. Each SearchMailRequestClause will result in a corresponding SearchMailResponseClause |
CBeamable.Common.Api.Mail.SearchMailResponse | |
CBeamable.Common.Api.Mail.SearchMailResponseClause | Each instance of SearchMailResponseClause aligns with an original SearchMailRequestClause instance. The SearchMailResponseClause contain the matching MailMessages that met the criteria defined in the request. |
CBeamable.Samples.SampleProjectBase.Readme.Section | |
CBeamable.Experimental.Api.Chat.SendChatRequest | |
CBeamable.Experimental.Api.Chat.SendChatResponse | |
CBeamable.Common.SequenceEntrySuccess< T > | This type defines the static Beamable SequenceEntrySuccess |
►CBeamable.Common.Content.SerializableDictionary< string, T > | |
CBeamable.Common.Content.SerializableDictionaryStringToSomething< T > | |
►CBeamable.Common.Content.SerializableDictionaryStringToSomething< CurrencyPropertyList > | |
CBeamable.Common.Api.Inventory.SerializedDictionaryStringToCurrencyPropertyList | |
►CBeamable.Common.Content.SerializableDictionaryStringToSomething< int > | |
CBeamable.Common.Content.SerializableDictionaryStringToInt | |
►CBeamable.Common.Content.SerializableDictionaryStringToSomething< long > | |
CBeamable.Common.Content.SerializableDictionaryStringToLong | |
►CBeamable.Common.Content.SerializableDictionaryStringToSomething< PlayerItemGroup > | |
CBeamable.Player.SerializedDictionaryStringToPlayerItemGroup | |
►CBeamable.Common.Content.SerializableDictionaryStringToSomething< PlayerStat > | |
CBeamable.Player.SerializableDictionaryStringToPlayerStat | |
►CBeamable.Common.Content.SerializableDictionaryStringToSomething< string > | |
CBeamable.Common.Content.SerializableDictionaryStringToString | |
►CBeamable.Editor.Content.UI.SerializedDictionaryStringToSomethingEditor< int > | |
CBeamable.Editor.Content.UI.SerializableDictionaryStringToIntEditor | |
►CBeamable.Editor.Content.UI.SerializedDictionaryStringToSomethingEditor< PlayerStat > | |
CBeamable.Editor.Content.UI.SerializableDictionaryStringToPlayerStatEditor | |
►CBeamable.Editor.Content.UI.SerializedDictionaryStringToSomethingEditor< string > | |
CBeamable.Editor.Content.UI.SerializableDictionaryStringToStringEditor | |
CBeamable.Server.Editor.CodeGen.ServiceCodeGenerator | |
CBeamable.Server.Editor.ManagerClient.ServiceDependency | |
CBeamable.Server.Editor.ServiceDependencyChecksum | |
CBeamable.Common.Dependencies.ServiceDescriptor | Describes how to create a service instance |
CBeamable.Server.Editor.ManagerClient.ServiceManifest | |
CBeamable.Server.ServiceMethod | |
CBeamable.Server.ServiceMethodCollection | |
CBeamable.Server.Editor.ManagerClient.ServiceReference | |
CBeamable.Common.Content.ServiceRoute | |
CBeamable.Server.Editor.ManagerClient.ServiceStatus | |
CBeamable.Server.Editor.ManagerClient.ServiceStorageReference | |
CBeamable.Api.Sessions.Session | |
CBeamable.Api.Sessions.SessionDeviceOptions | |
CBeamable.Api.Sessions.SessionHeartbeat | |
►CBeamable.Api.Sessions.SessionOption | |
CBeamable.Api.Sessions.SessionDeviceOptions.ClientVersionProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.CpuProcessorCountProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.CpuProcessorTypeProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.DeviceMemoryOnBoardProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.DeviceProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.GaidProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.GfxDeviceIdProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.GfxDeviceNameProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.GfxMemoryProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.GfxShaderLevelProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.GfxVendorProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.GfxVersionProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.IdfaProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.IosDeviceGenerationProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.IosSystemVersionProperty | |
CBeamable.Api.Sessions.SessionDeviceOptions.OsVersionProperty | |
CBeamable.Editor.Modules.Sessions.SessionParameterProviderCreator | |
CBeamable.Api.Sessions.SessionStartRequestArgs | |
►CSettingsProvider | |
CBeamable.Spew.BeamableSpewSettingsProvider | |
CSharedSample | |
CPubNubMessaging.Core.SharedStringBuilder | |
CBeamable.Common.Reflection.SignatureOfInterest | Defines a method signature of interest so that we can validate that game-makers are placing IReflectionAttribute on methods that match expected signatures. |
CBeamable.Experimental.Api.Sim.SimClient | This type defines the Client main entry point for the Multiplayer feature |
CBeamable.Experimental.Api.Sim.SimEvent | This type defines the SimEvent for the Multiplayer feature |
CBeamable.Experimental.Api.Sim.SimFrame | This type defines the SimFrame for the Multiplayer feature |
CBeamable.Experimental.Api.Sim.SimLog | This type defines the SimLog for the Multiplayer feature |
►CBeamable.Experimental.Api.Sim.SimNetworkInterface | This type defines the SimNetworkInterface for the Multiplayer feature |
CBeamable.Experimental.Api.Sim.SimNetworkEventStream | This type defines the SimNetworkEventStream for the Multiplayer feature |
CBeamable.Experimental.Api.Sim.SimNetworkLocal | |
►CVirtualList.SimpleSource< TournamentEntryViewData, TournamentEntryBehavior > | |
CBeamable.Tournaments.TournamentEntryProvider | |
CBeamable.Api.Payments.SKU | |
CBeamable.Api.Payments.SKUDefinitions | |
CBeamable.Api.Payments.SKUProductIDs | |
CBeamable.Experimental.Api.Sim.SimLog.Snapshot | This type defines the Snapshot for the Multiplayer feature |
CBeamable.Common.Api.Social.SocialList | |
CBeamable.UI.Buss.PropertySourceTracker.SourceData | |
CBeamable.Common.Api.Stats.StatEntry | |
CBeamable.Stats.StatObjectChangeEvent | |
CBeamable.Common.Shop.StatRequirement | |
CBeamable.Common.Api.Stats.StatsSearchResponse | |
CBeamable.Common.Api.Stats.StatUpdates | |
CBeamable.Common.Steam.SteamProduct | |
CBeamable.Common.Steam.SteamProductsResponse | |
CBeamable.Common.Steam.SteamTicketRequest | |
CBeamable.Common.Steam.SteamTransaction | |
CBeamable.Server.Editor.StorageConfigurationEntry | |
CBeamable.Server.StorageDocument | |
►CBeamable.Server.StorageObject | |
►CBeamable.Server.MongoStorageObject | |
CBeamable.Server.XXXX | |
CPubNubMessaging.Core.StoredRequestState | |
CBeamable.Serialization.StreamFactoryService | |
CBeamable.Common.Pooling.StringBuilderPool | |
CBeamable.Pooling.StringBuilderPool | |
CBeamable.Serialization.SmallerJSON.StringBasedParser.StringCacheEntry | |
CBeamable.Common.Content.StringMatchmakingRule | |
CBeamable.Theme.Appliers.StyleApplier< TComponent > | |
►CBeamable.Theme.Appliers.StyleApplier< BeamableButton > | |
CBeamable.Theme.Appliers.ButtonStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< BeamableWindow > | |
CBeamable.Theme.Appliers.WindowStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< EventSoundBehaviour > | |
CBeamable.Theme.Appliers.SoundStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< Gradient > | |
CBeamable.Theme.Appliers.GradientStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< Image > | |
CBeamable.Theme.Appliers.ImageStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< LayoutGroup > | |
CBeamable.Theme.Appliers.LayoutStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< Selectable > | |
CBeamable.Theme.Appliers.SelectableStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< TextMeshProUGUI > | |
CBeamable.Theme.Appliers.StringStyleApplier | |
CBeamable.Theme.Appliers.TextStyleApplier | |
►CBeamable.Theme.Appliers.StyleApplier< TransformOffsetBehaviour > | |
CBeamable.Theme.Appliers.TransformStyleApplier | |
CBeamable.Theme.Palettes.StyledColorBlock | |
►CBeamable.Theme.StyleObject< Beamable.UnityEngineClone.UI.Extensions.Gradient > | |
CBeamable.Theme.Objects.GradientStyleObject | |
►CBeamable.Theme.StyleObject< Image > | |
CBeamable.Theme.Objects.ImageStyleObject | |
►CBeamable.Theme.StyleObject< LayoutGroup > | |
CBeamable.Theme.Objects.LayoutStyleObject | |
►CBeamable.Theme.StyleObject< Selectable > | |
CBeamable.Theme.Objects.SelectableStyleObject | |
►CBeamable.Theme.StyleObject< TextMeshProUGUI > | |
CBeamable.Theme.Objects.TextStyleObject | |
►CBeamable.Theme.StyleObjectBase | |
CBeamable.Theme.StyleObject< T > | |
CBeamable.Common.Api.Groups.SubGroup | |
CBeamable.Api.SubscriberDetailsResponse | |
CPubNubMessaging.Core.Subscription | |
CBeamable.Tournaments.TabChangeEventArgs | |
CBeamable.Tournaments.TabCollection | |
CBeamable.Tournaments.TabData | |
CBeamable.Experimental.Api.Lobbies.Tag | An arbitrary name/value pair associated with a LobbyPlayer. |
CBeamable.Experimental.Api.Matchmaking.Team | This type defines the Team for the MatchmakingService |
CBeamable.Common.Content.TeamContent | |
CBeamable.Api.CloudData.TestCloudData | |
CBeamable.AccountManagement.ThirdPartyLoginResponse | |
CBeamable.Experimental.Api.Matchmaking.Ticket | This type defines the Ticket for the MatchmakingService |
CBeamable.Experimental.Api.Matchmaking.TicketReservationRequest | This type defines the TicketReservationRequest for the MatchmakingService |
CBeamable.Experimental.Api.Matchmaking.TicketReservationResponse | This type defines the TicketReservationResponse for the MatchmakingService |
CBeamable.Common.Api.Auth.TokenResponse | This type defines the functionality for the TokenResponse for the AuthService |
CBeamable.Tournaments.TournamentBundle | |
CBeamable.Common.Api.Tournaments.TournamentChampionEntry | |
CBeamable.Common.Api.Tournaments.TournamentChampionsResponse | |
CBeamable.Api.Tournaments.TournamentConsoleCommands | This type defines the Tournament feature's console commands |
CBeamable.Api.Tournaments.TournamentEndCycleRequest | |
CBeamable.Common.Api.Tournaments.TournamentEntry | |
CBeamable.Tournaments.TournamentEntryData | |
CBeamable.Tournaments.TournamentEntryViewData | |
CBeamable.Common.Api.Tournaments.TournamentGetStatusesRequest | |
CBeamable.Common.Api.Tournaments.TournamentGroupEntry | |
CBeamable.Common.Tournaments.TournamentGroupRewards | |
CBeamable.Common.Api.Tournaments.TournamentGroupsResponse | |
CBeamable.Common.Api.Tournaments.TournamentGroupStatus | |
CBeamable.Common.Api.Tournaments.TournamentGroupStatusResponse | |
CBeamable.Common.Api.Tournaments.TournamentInfo | |
CBeamable.Tournaments.TournamentInfoPageSection | |
CBeamable.Common.Api.Tournaments.TournamentInfoResponse | |
CBeamable.Common.Api.Tournaments.TournamentJoinRequest | |
CBeamable.Tournaments.TournamentPlayerRewards | |
CBeamable.Common.Api.Tournaments.TournamentPlayerStatus | |
CBeamable.Common.Api.Tournaments.TournamentPlayerStatusResponse | |
CBeamable.Common.Tournaments.TournamentRankReward | |
CBeamable.Common.Api.Tournaments.TournamentRewardCurrency | |
CBeamable.Common.Api.Tournaments.TournamentRewardsResponse | |
CBeamable.Common.Api.Tournaments.TournamentScoreRequest | |
CBeamable.Common.Api.Tournaments.TournamentScoreResponse | |
CBeamable.Common.Tournaments.TournamentScoreReward | |
CBeamable.Common.Tournaments.TournamentStageChange | |
CBeamable.Tournaments.TournamentStageGainDefinition | |
CBeamable.Common.Api.Tournaments.TournamentStandingsResponse | |
CBeamable.Common.Tournaments.TournamentTier | |
CBeamable.Api.Payments.TrackPurchaseRequest | |
CBeamable.Api.Payments.TransactionManager | |
►CTreeView | |
CBeamable.Editor.Content.Components.TreeViewIMGUI | Adds a Beamable-friendly API on top of the existing Unity IMGUI TreeView. |
►CTreeViewItem | |
CBeamable.Editor.Assistant.BeamHintDomainTreeViewItem | Serializable Domain Tree view item that holds both the entire domain as well as its current substring (display name). |
CBeamable.Editor.Content.Models.ContentTypeTreeViewItem | |
CBeamable.Api.Events.TryEventClaimResponse | |
►CTypeConverter | |
CBeamable.Common.Content.OptionalTypeConverter | |
►CUIBehaviour | |
CBeamable.UI.Scripts.BeamableButton | |
CBeamable.UI.Scripts.BeamableWindow | |
CBeamable.UI.Scripts.ClickOffBehaviour | |
CBeamable.UI.Scripts.EventSoundBehaviour | |
CBeamable.UI.Scripts.PoolableScrollView | |
CBeamable.UI.Scripts.TransformOffsetBehaviour | |
►CUIElementsPropertyDrawer | |
CBeamable.Editor.Modules.Sessions.DeviceOptionPropertyDrawer | |
CBeamable.Editor.Common.UndoSystem< T > | |
CBeamable.Common.Reflection.UniqueNameCollisionData | Data struct holding information regarding a name collision. |
CBeamable.Common.Reflection.UniqueNameValidationResults | Validation results of calling ReflectionCacheExtensions.GetAndValidateUniqueNamingAttributes on a list of MemberAttributes containing attributes that implement INamingAttribute. |
CBeamable.Common.Unit | This type defines the struct Beamable Unit |
►CUnityEngine.Events.UnityEvent | |
CBeamable.Inventory.Scripts.InventoryItemEvent | |
CBeamable.Inventory.Scripts.InventoryUpdateEvent | |
CBeamable.Signals.DeSignal< T > | |
CBeamable.Stats.StatUpdateEvent | |
CBeamable.Tournaments.TabChangeEvent | |
CBeamable.UI.Layouts.MediaQueryEvent | |
CBeamable.UI.Prompt.DePromptUnityEvent | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapBase.SelectionChangeEndEvent | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapBase.SelectionChangeStartEvent | |
CBeamable.UnityEngineClone.UI.Extensions.ScrollSnapBase.SelectionPageChangedEvent | |
►CUnityEvent | |
CBeamable.Avatars.AccountAvatarEvent | |
CBeamable.Purchasing.UnityPurchaseReceipt | |
CBeamable.Server.Api.Commerce.UpdateListingCooldownRequest | |
CBeamable.Api.CloudSaving.UploadManifestRequest | |
CBeamable.Api.CloudSaving.URLResponse | |
►CBeamable.Common.Api.Auth.User | This type defines the Client main entry point for the User feature |
CBeamable.Editor.Modules.Account.EditorUser | |
CBeamable.Common.Api.Auth.UserBundle | This type defines the UserBundle which combines User and TokenResponse |
►CBeamable.Common.Api.UserDataCache< T > | A UserDataCache<T> is a utility class that stores some generic type per player gamertag. |
CBeamable.Api.UnityUserDataCache< T > | |
CBeamable.Common.Api.UserDataCache< T >.UserDataCacheEntry | |
CBeamable.AccountManagement.AccountManagementConfiguration.UserThirdPartyAssociation | |
CBeamable.Editor.Assistant.BeamHintHeaderVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.ActionBarVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.ContentValidationErrorVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.CountVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.HeaderVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.StatusBarVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.StatusIconVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.TagListVisualElement.UxmlFactory | |
CBeamable.Editor.Content.Components.TagVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.ActionBarVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.ConsoleLogVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.LogVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceActionPrompt.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceBreadcrumbsVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceContentVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceVisualElementSeparator.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.PublishPopup.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.RemoteMicroserviceVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.RemoteStorageObjectVisualElement.UxmlFactory | |
CBeamable.Editor.Microservice.UI.Components.StorageObjectVisualElement.UxmlFactory | |
CBeamable.Editor.Toolbox.Components.ToolboxActionBarVisualElement.UxmlFactory | |
CBeamable.Editor.Toolbox.Components.ToolboxAnnouncementListVisualElement.UxmlFactory | |
CBeamable.Editor.Toolbox.Components.ToolboxBreadcrumbsVisualElement.UxmlFactory | |
CBeamable.Editor.Toolbox.Components.ToolboxContentListVisualElement.UxmlFactory | |
CBeamable.Editor.Toolbox.Components.ToolboxFeatureVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.BeamableCheckboxVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.CalendarVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.ColorPickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.DatePickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.DaysPickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.DayToggleVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.DropdownOptionsVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.DropdownSingleOptionVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.DropdownVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.ExpandableListVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.GenericButtonVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.HourPickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledCalendarVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledCheckboxVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledColorPickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledDatePickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledDaysPickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledDropdownVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledHourPickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledIntegerField.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledNumberPicker.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledSpritePickerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LabeledTextField.UxmlFactory | |
CBeamable.Editor.UI.Components.LoadingBarElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LoadingIndicatorVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.LoadingSpinnerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.ManifestButtonVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.PreviousNextOptionSelectorVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.PrimaryButtonVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.PublishLoggerVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.PublishStatusVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.RealmButtonVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.SearchBarVisualElement.UxmlFactory | |
CBeamable.Editor.UI.Components.SpritePickerVisualElement.UxmlFactory | |
►CVisualElement.UxmlTraits | |
CBeamable.Editor.Assistant.BeamHintHeaderVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.ActionBarVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.ContentValidationErrorVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.CountVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.HeaderVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.StatusBarVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.StatusIconVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.TagListVisualElement.UxmlTraits | |
CBeamable.Editor.Content.Components.TagVisualElement.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.ActionBarVisualElement.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.ConsoleLogVisualElement.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.LogVisualElement.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceActionPrompt.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceBreadcrumbsVisualElement.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceContentVisualElement.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceVisualElementSeparator.UxmlTraits | |
CBeamable.Editor.Microservice.UI.Components.PublishPopup.UxmlTraits | |
CBeamable.Editor.Toolbox.Components.ToolboxActionBarVisualElement.UxmlTraits | |
CBeamable.Editor.Toolbox.Components.ToolboxAnnouncementListVisualElement.UxmlTraits | |
CBeamable.Editor.Toolbox.Components.ToolboxBreadcrumbsVisualElement.UxmlTraits | |
CBeamable.Editor.Toolbox.Components.ToolboxContentListVisualElement.UxmlTraits | |
CBeamable.Editor.Toolbox.Components.ToolboxFeatureVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.GenericButtonVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledCalendarVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledCheckboxVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledColorPickerVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledDatePickerVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledDaysPickerVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledDropdownVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledHourPickerVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledIntegerField.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledNumberPicker.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledSpritePickerVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LabeledTextField.UxmlTraits | |
CBeamable.Editor.UI.Components.LoadingBarElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LoadingIndicatorVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.LoadingSpinnerVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.ManifestButtonVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.PrimaryButtonVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.RealmButtonVisualElement.UxmlTraits | |
CBeamable.Editor.UI.Components.SearchBarVisualElement.UxmlTraits | |
►CBeamable.Editor.UI.Validation.ValidableVisualElement< int > | |
CBeamable.Editor.UI.Components.LabeledCalendarVisualElement | |
CBeamable.Editor.UI.Components.LabeledDaysPickerVisualElement | |
CBeamable.Editor.UI.Components.LabeledIntegerField | |
►CBeamable.Editor.UI.Validation.ValidableVisualElement< string > | |
CBeamable.Editor.UI.Components.DatePickerVisualElement | |
CBeamable.Editor.UI.Components.LabeledHourPickerVisualElement | |
CBeamable.Editor.UI.Components.LabeledTextField | |
CBeamable.Common.Content.Validation.ValidationFieldWrapper | This type defines part of the Beamable ContentObject validation process |
CBeamable.Editor.UI.Validation.ValidationRule< T > | |
►CBeamable.Editor.UI.Validation.ValidationRule< int > | |
CBeamable.Editor.UI.Validation.AtLeastOneDaySelectedRule | |
CBeamable.Editor.UI.Validation.NotAllDaysSelectedRule | |
►CBeamable.Editor.UI.Validation.ValidationRule< string > | |
CBeamable.Editor.UI.Validation.IsNotEmptyRule | |
CBeamable.Editor.UI.Validation.IsProperDate | |
CBeamable.Editor.UI.Validation.IsProperHour | |
CBeamable.Editor.UI.Validation.PatternMatchRule | |
CBeamable.Editor.UI.Validation.SchedulesDatesRule | |
CBeamable.UI.Buss.VariableDatabase.VariableData | |
CBeamable.UI.Buss.VariableDatabase | |
CBeamable.Server.Vector2IntEx | |
CBeamable.Server.Vector3IntEx | |
CBeamable.Common.Inventory.VipBonus | |
CBeamable.Common.Inventory.VipTier | |
►CVisualElement | |
CBeamable.Editor.NoUser.NoUserVisualElement | |
CBeamable.Editor.Register.RegisterVisualElement | |
►CBeamable.Editor.UI.Common.BeamableBasicVisualElement | |
CBeamable.Editor.UI.Buss.BussStyleListVisualElement | |
CBeamable.Editor.UI.Components.AddStyleButton | |
►CBeamable.Editor.UI.Components.BeamableVisualElement | |
►CBeamable.Editor.Assistant.BeamableAssistantComponent | |
CBeamable.Editor.Assistant.BeamHintHeaderVisualElement | This visual element handles the rendering of BeamHints in the BeamableAssistantWindow. |
►CBeamable.Editor.Content.Components.ContentManagerComponent | |
CBeamable.Editor.Content.Components.ActionBarVisualElement | |
CBeamable.Editor.Content.Components.ArchiveManifestsVisualElement | |
CBeamable.Editor.Content.Components.BreadcrumbsVisualElement | |
CBeamable.Editor.Content.Components.ContentListVisualElement | |
CBeamable.Editor.Content.Components.ContentPopupLinkVisualElement | |
CBeamable.Editor.Content.Components.ContentSorterDropdownVisualElement | |
CBeamable.Editor.Content.Components.ContentTypeViewVisualElement | The VisualElement wrapper for the Unity IMGUI TreeView |
CBeamable.Editor.Content.Components.ContentValidationErrorVisualElement | |
CBeamable.Editor.Content.Components.ContentVisualElement | |
CBeamable.Editor.Content.Components.CountVisualElement | |
CBeamable.Editor.Content.Components.CreateNewPopupVisualElement | |
►CBeamable.Editor.Content.Components.DownloadContentVisualElement | |
CBeamable.Editor.Content.Components.ResetContentVisualElement | |
CBeamable.Editor.Content.Components.ExplorerVisualElement | |
CBeamable.Editor.Content.Components.FilterRowVisualElement | |
CBeamable.Editor.Content.Components.HeaderVisualElement | |
CBeamable.Editor.Content.Components.PublishContentVisualElement | |
CBeamable.Editor.Content.Components.StatusBarVisualElement | |
CBeamable.Editor.Content.Components.StatusFilterPopupVisualElement | |
CBeamable.Editor.Content.Components.StatusIconVisualElement | |
CBeamable.Editor.Content.Components.TagFilterPopupVisualElement | |
CBeamable.Editor.Content.Components.TagListVisualElement | |
CBeamable.Editor.Content.Components.TagVisualElement | |
CBeamable.Editor.Content.Components.TypeFilterPopupVisualElement | |
CBeamable.Editor.Content.Components.ValidateContentVisualElement | |
CBeamable.Editor.Content.CronEditorVisualElement | |
►CBeamable.Editor.Login.UI.Components.LoginBaseComponent | |
CBeamable.Editor.Login.UI.Components.AccountSummaryVisualElement | |
CBeamable.Editor.Login.UI.Components.ExistingCustomerVisualElement | |
CBeamable.Editor.Login.UI.Components.ForgotVisualElement | |
CBeamable.Editor.Login.UI.Components.LegalCopyVisualElement | |
CBeamable.Editor.Login.UI.Components.NewCustomerVisualElement | |
CBeamable.Editor.Login.UI.Components.NewUserVisualElement | |
CBeamable.Editor.Login.UI.Components.NoRoleVisualElement | |
CBeamable.Editor.Login.UI.Components.ProjectSelectVisualElement | |
CBeamable.Editor.Login.UI.Components.RealmVisualElement | |
►CBeamable.Editor.Microservice.UI.Components.MicroserviceComponent | |
CBeamable.Editor.Microservice.UI.Components.ActionBarVisualElement | |
CBeamable.Editor.Microservice.UI.Components.ConsoleLogVisualElement | |
►CBeamable.Editor.Microservice.UI.Components.CreateServiceBaseVisualElement | |
CBeamable.Editor.Microservice.UI.Components.CreateMicroserviceVisualElement | |
CBeamable.Editor.Microservice.UI.Components.CreateStorageObjectVisualElement | |
CBeamable.Editor.Microservice.UI.Components.DependentServicesCheckboxVisualElement | |
CBeamable.Editor.Microservice.UI.Components.DependentServicesMicroserviceEntryVisualElement | |
CBeamable.Editor.Microservice.UI.Components.DependentServicesPopup | |
CBeamable.Editor.Microservice.UI.Components.DependentServicesStorageObjectEntryVisualElement | |
CBeamable.Editor.Microservice.UI.Components.LogVisualElement | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceActionPrompt | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceBreadcrumbsVisualElement | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceContentVisualElement | |
CBeamable.Editor.Microservice.UI.Components.MicroserviceVisualElementSeparator | |
CBeamable.Editor.Microservice.UI.Components.PublishManifestEntryVisualElement | |
CBeamable.Editor.Microservice.UI.Components.PublishPopup | |
►CBeamable.Editor.Microservice.UI.Components.ServiceBaseVisualElement | |
►CBeamable.Editor.Microservice.UI.Components.MicroserviceVisualElement | |
CBeamable.Editor.Microservice.UI.Components.RemoteMicroserviceVisualElement | |
►CBeamable.Editor.Microservice.UI.Components.StorageObjectVisualElement | |
CBeamable.Editor.Microservice.UI.Components.RemoteStorageObjectVisualElement | |
CBeamable.Editor.Microservice.UI.Components.ServiceCreateDependentService | |
CBeamable.Editor.Microservice.UI.Components.ServiceFilterDropdownVisualElement | |
CBeamable.Editor.UI.Components.PublishLoggerVisualElement | |
CBeamable.Editor.UI.Components.PublishStatusVisualElement | |
CBeamable.Server.Editor.UI.Components.DockerLoginWindow.DockerLoginVisualElement | |
CBeamable.Editor.Toolbox.Components.AnnouncementVisualElement | |
CBeamable.Editor.Toolbox.Components.DockerAnnouncementVisualElement | |
CBeamable.Editor.Toolbox.Components.FeedbackAnnouncementVisualElement | |
CBeamable.Editor.Toolbox.Components.SurveyAnnouncementVisualElement | |
CBeamable.Editor.Toolbox.Components.UpdateAvailableAnnouncementVisualElement | |
CBeamable.Editor.Toolbox.Components.WelcomeAnnouncementVisualElement | |
CBeamable.Editor.Toolbox.Components.WhatsNewAnnouncementVisualElement | |
►CBeamable.Editor.Toolbox.UI.Components.ToolboxComponent | |
CBeamable.Editor.Toolbox.Components.CategoryDropdownVisualElement | |
CBeamable.Editor.Toolbox.Components.FilterRowVisualElement | |
CBeamable.Editor.Toolbox.Components.ToolboxActionBarVisualElement | |
CBeamable.Editor.Toolbox.Components.ToolboxAnnouncementListVisualElement | |
CBeamable.Editor.Toolbox.Components.ToolboxBreadcrumbsVisualElement | |
CBeamable.Editor.Toolbox.Components.ToolboxContentListVisualElement | |
CBeamable.Editor.Toolbox.Components.ToolboxFeatureVisualElement | |
CBeamable.Editor.Toolbox.Components.TypeDropdownVisualElement | |
CBeamable.Editor.Toolbox.UI.Components.InstallServerVisualElement | |
CBeamable.Editor.UI.Buss.NewVariableVisualElement | |
CBeamable.Editor.UI.Components.BeamableCheckboxVisualElement | |
CBeamable.Editor.UI.Components.BussStyleCardVisualElement | |
CBeamable.Editor.UI.Components.CalendarVisualElement | |
CBeamable.Editor.UI.Components.ColorPickerVisualElement | |
CBeamable.Editor.UI.Components.ConfirmationPopupVisualElement | |
CBeamable.Editor.UI.Components.DayToggleVisualElement | |
CBeamable.Editor.UI.Components.DaysPickerVisualElement | |
CBeamable.Editor.UI.Components.DropdownOptionsVisualElement | |
CBeamable.Editor.UI.Components.DropdownSingleOptionVisualElement | |
CBeamable.Editor.UI.Components.DropdownVisualElement | |
CBeamable.Editor.UI.Components.EventScheduleWindow | |
CBeamable.Editor.UI.Components.ExpandableListVisualElement | |
CBeamable.Editor.UI.Components.GenericButtonVisualElement | |
CBeamable.Editor.UI.Components.HourPickerVisualElement | |
CBeamable.Editor.UI.Components.LabeledCheckboxVisualElement | |
CBeamable.Editor.UI.Components.LabeledColorPickerVisualElement | |
CBeamable.Editor.UI.Components.LabeledDatePickerVisualElement | |
CBeamable.Editor.UI.Components.LabeledDropdownVisualElement | |
CBeamable.Editor.UI.Components.LabeledNumberPicker | |
CBeamable.Editor.UI.Components.LabeledSpritePickerVisualElement | |
CBeamable.Editor.UI.Components.ListingScheduleWindow | |
CBeamable.Editor.UI.Components.LoadingBarElement | |
CBeamable.Editor.UI.Components.LoadingIndicatorVisualElement | |
CBeamable.Editor.UI.Components.LoadingSpinnerVisualElement | |
CBeamable.Editor.UI.Components.ManifestButtonVisualElement | |
CBeamable.Editor.UI.Components.PreviousNextOptionSelectorVisualElement | |
CBeamable.Editor.UI.Components.PrimaryButtonVisualElement | |
CBeamable.Editor.UI.Components.RealmButtonVisualElement | |
CBeamable.Editor.UI.Components.SearchBarVisualElement | |
CBeamable.Editor.UI.Components.SearchabledDropdownVisualElement | |
CBeamable.Editor.UI.Components.SpritePickerVisualElement | |
CBeamable.Editor.UI.Components.VariableConnectionVisualElement | |
CBeamable.Editor.UI.Validation.ValidableVisualElement< T > | |
CBeamable.Server.Editor.UI.Components.ManifestVisualElement | |
CBeamable.Editor.UI.Components.BussPropertyVisualElement< T > | |
CBeamable.Editor.UI.Components.BussSelectorLabelVisualElement | |
CBeamable.Editor.UI.Components.BussStylePropertyVisualElement | |
CBeamable.Editor.UI.Components.ComponentBasedHierarchyVisualElement< T > | |
CBeamable.Editor.UI.Components.IndentedLabelVisualElement | |
CBeamable.Editor.UI.Components.InlineStyleCardVisualElement | |
CBeamable.Editor.UI.Components.LabeledObjectField | |
CBeamable.Editor.UI.Components.SelectedBussElementVisualElement | |
CBeamable.Editor.Assistant.VisualElementsQuery | A struct defining the data we use to match against VisualElements and select which of them we want to inject with the data from BeamHintVisualsInjectionBag. |
CUnityEditor.VspAttribution.Beamable.BeamableVsp.VspMetadata | |
CUnityEditor.VspAttribution.Beamable.BeamableVsp.VspVersionResponse | |
CBeamable.Editor.Toolbox.Models.Widget | |
►CBeamable.Editor.UI.WindowBase< CronEditorWindow, CronEditorVisualElement > | |
CBeamable.Editor.Content.CronEditorWindow | |
►CBeamable.Editor.UI.WindowBase< NewVariableWindow, NewVariableVisualElement > | |
CBeamable.Editor.UI.Buss.NewVariableWindow | |