Show / Hide Table of Contents

    Class MediaServicesUnitySettings

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

    Constructors

    MediaServicesUnitySettings(Boolean, Boolean, Boolean, Boolean)

    Declaration
    public MediaServicesUnitySettings(bool enabled = true, bool usesCamera = true, bool usesGallery = true, bool savesFilesToGallery = true)
    Parameters
    Type Name Description
    System.Boolean enabled
    System.Boolean usesCamera
    System.Boolean usesGallery
    System.Boolean savesFilesToGallery

    Properties

    SavesFilesToGallery

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

    UsesCamera

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

    UsesGallery

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

    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