Class WebSocketMultiplayerPeer.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class WebSocketMultiplayerPeer.MethodName : MultiplayerPeer.MethodName
- Inheritance
-
WebSocketMultiplayerPeer.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
CreateClient
Cached name for the 'create_client' method.
public static readonly StringName CreateClient
Field Value
CreateServer
Cached name for the 'create_server' method.
public static readonly StringName CreateServer
Field Value
GetHandshakeHeaders
Cached name for the 'get_handshake_headers' method.
public static readonly StringName GetHandshakeHeaders
Field Value
GetHandshakeTimeout
Cached name for the 'get_handshake_timeout' method.
public static readonly StringName GetHandshakeTimeout
Field Value
GetInboundBufferSize
Cached name for the 'get_inbound_buffer_size' method.
public static readonly StringName GetInboundBufferSize
Field Value
GetMaxQueuedPackets
Cached name for the 'get_max_queued_packets' method.
public static readonly StringName GetMaxQueuedPackets
Field Value
GetOutboundBufferSize
Cached name for the 'get_outbound_buffer_size' method.
public static readonly StringName GetOutboundBufferSize
Field Value
GetPeer
Cached name for the 'get_peer' method.
public static readonly StringName GetPeer
Field Value
GetPeerAddress
Cached name for the 'get_peer_address' method.
public static readonly StringName GetPeerAddress
Field Value
GetPeerPort
Cached name for the 'get_peer_port' method.
public static readonly StringName GetPeerPort
Field Value
GetSupportedProtocols
Cached name for the 'get_supported_protocols' method.
public static readonly StringName GetSupportedProtocols
Field Value
SetHandshakeHeaders
Cached name for the 'set_handshake_headers' method.
public static readonly StringName SetHandshakeHeaders
Field Value
SetHandshakeTimeout
Cached name for the 'set_handshake_timeout' method.
public static readonly StringName SetHandshakeTimeout
Field Value
SetInboundBufferSize
Cached name for the 'set_inbound_buffer_size' method.
public static readonly StringName SetInboundBufferSize
Field Value
SetMaxQueuedPackets
Cached name for the 'set_max_queued_packets' method.
public static readonly StringName SetMaxQueuedPackets
Field Value
SetOutboundBufferSize
Cached name for the 'set_outbound_buffer_size' method.
public static readonly StringName SetOutboundBufferSize
Field Value
SetSupportedProtocols
Cached name for the 'set_supported_protocols' method.
public static readonly StringName SetSupportedProtocols