Show / Hide Table of Contents

    Class CloudServicesUnitySettings

    Inheritance
    System.Object
    CloudServicesUnitySettings
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class CloudServicesUnitySettings : NativeFeatureUnitySettingsBase

    Constructors

    CloudServicesUnitySettings(Boolean, Boolean, Int32)

    Declaration
    public CloudServicesUnitySettings(bool enabled = true, bool synchronizeOnLoad = false, int syncInterval = 60)
    Parameters
    Type Name Description
    System.Boolean enabled
    System.Boolean synchronizeOnLoad
    System.Int32 syncInterval

    Properties

    SynchronizeOnLoad

    Declaration
    public bool SynchronizeOnLoad { get; }
    Property Value
    Type Description
    System.Boolean

    SyncInterval

    Declaration
    public int SyncInterval { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetFeatureName()

    Declaration
    protected override string GetFeatureName()
    Returns
    Type Description
    System.String
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters