Search Results for

    Show / Hide Table of Contents

    Class DewNetworkAuthenticator

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    Mirror.NetworkAuthenticator
    DewNetworkAuthenticator
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewNetworkAuthenticator : NetworkAuthenticator

    Methods

    OnAuthRequestMessage(NetworkConnectionToClient, DewAuthRequestMessage)

    Declaration
    public void OnAuthRequestMessage(NetworkConnectionToClient conn, DewAuthRequestMessage msg)
    Parameters
    Type Name Description
    Mirror.NetworkConnectionToClient conn
    DewAuthRequestMessage msg

    OnAuthResponseMessage(DewAuthResponseMessage)

    Declaration
    public void OnAuthResponseMessage(DewAuthResponseMessage msg)
    Parameters
    Type Name Description
    DewAuthResponseMessage msg

    OnClientAuthenticate()

    Declaration
    public override void OnClientAuthenticate()
    Overrides
    Mirror.NetworkAuthenticator.OnClientAuthenticate()

    OnStartClient()

    Declaration
    public override void OnStartClient()
    Overrides
    Mirror.NetworkAuthenticator.OnStartClient()

    OnStartServer()

    Declaration
    public override void OnStartServer()
    Overrides
    Mirror.NetworkAuthenticator.OnStartServer()

    OnStopClient()

    Declaration
    public override void OnStopClient()
    Overrides
    Mirror.NetworkAuthenticator.OnStopClient()

    OnStopServer()

    Declaration
    public override void OnStopServer()
    Overrides
    Mirror.NetworkAuthenticator.OnStopServer()

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation