Show / Hide Table of Contents

    Class NetworkServicesUnitySettings

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

    Constructors

    NetworkServicesUnitySettings(Boolean, NetworkServicesUnitySettings.Address, Boolean, NetworkServicesUnitySettings.PingTestSettings)

    Declaration
    public NetworkServicesUnitySettings(bool enabled = true, NetworkServicesUnitySettings.Address hostAddress = null, bool autoStartNotifier = true, NetworkServicesUnitySettings.PingTestSettings pingSettings = null)
    Parameters
    Type Name Description
    System.Boolean enabled
    NetworkServicesUnitySettings.Address hostAddress
    System.Boolean autoStartNotifier
    NetworkServicesUnitySettings.PingTestSettings pingSettings

    Properties

    AutoStartNotifier

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

    HostAddress

    Declaration
    public NetworkServicesUnitySettings.Address HostAddress { get; }
    Property Value
    Type Description
    NetworkServicesUnitySettings.Address

    PingSettings

    Declaration
    public NetworkServicesUnitySettings.PingTestSettings PingSettings { get; }
    Property Value
    Type Description
    NetworkServicesUnitySettings.PingTestSettings

    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