Class EM_Settings
Inheritance
System.Object
EM_Settings
Assembly: cs.temp.dll.dll
Syntax
public class EM_Settings : ScriptableObject
Properties
Advertising
Declaration
public static AdSettings Advertising { get; }
Property Value
GameServices
Declaration
public static GameServicesSettings GameServices { get; }
Property Value
InAppPurchasing
Declaration
public static IAPSettings InAppPurchasing { get; }
Property Value
Instance
Declaration
public static EM_Settings Instance { get; }
Property Value
IsAdModuleEnable
Declaration
public static bool IsAdModuleEnable { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsGameServicesModuleEnable
Declaration
public static bool IsGameServicesModuleEnable { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsIAPModuleEnable
Declaration
public static bool IsIAPModuleEnable { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsNotificationsModuleEnable
Declaration
public static bool IsNotificationsModuleEnable { get; }
Property Value
Type |
Description |
System.Boolean |
|
Notifications
Declaration
public static NotificationsSettings Notifications { get; }
Property Value
Privacy
Declaration
public static PrivacySettings Privacy { get; }
Property Value
RatingRequest
Declaration
public static RatingRequestSettings RatingRequest { get; }
Property Value
Sharing
Declaration
public static SharingSettings Sharing { get; }
Property Value
Methods
IsCompositeModule(Module)
Declaration
public static bool IsCompositeModule(Module mod)
Parameters
Type |
Name |
Description |
Module |
mod |
|
Returns
Type |
Description |
System.Boolean |
|
IsModuleEnable(Module)
Declaration
public static bool IsModuleEnable(Module mod)
Parameters
Type |
Name |
Description |
Module |
mod |
|
Returns
Type |
Description |
System.Boolean |
|
IsSubmoduleEnable(Submodule)
Declaration
public static bool IsSubmoduleEnable(Submodule submod)
Parameters
Returns
Type |
Description |
System.Boolean |
|
LoadSettingsAsset()
Declaration
public static EM_Settings LoadSettingsAsset()
Returns