Show / Hide Table of Contents

    Class WebViewUnitySettings

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

    Constructors

    WebViewUnitySettings(Boolean, WebViewUnitySettings.AndroidPlatformProperties)

    Declaration
    public WebViewUnitySettings(bool enabled = true, WebViewUnitySettings.AndroidPlatformProperties androidProperties = null)
    Parameters
    Type Name Description
    System.Boolean enabled
    WebViewUnitySettings.AndroidPlatformProperties androidProperties

    Properties

    AndroidProperties

    Declaration
    public WebViewUnitySettings.AndroidPlatformProperties AndroidProperties { get; }
    Property Value
    Type Description
    WebViewUnitySettings.AndroidPlatformProperties

    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