Table of Contents

Class WebRtcPeerConnectionExtension.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class WebRtcPeerConnectionExtension.MethodName : WebRtcPeerConnection.MethodName
Inheritance
WebRtcPeerConnectionExtension.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

_AddIceCandidate

Cached name for the '_add_ice_candidate' method.

public static readonly StringName _AddIceCandidate

Field Value

StringName

_Close

Cached name for the '_close' method.

public static readonly StringName _Close

Field Value

StringName

_CreateDataChannel

Cached name for the '_create_data_channel' method.

public static readonly StringName _CreateDataChannel

Field Value

StringName

_CreateOffer

Cached name for the '_create_offer' method.

public static readonly StringName _CreateOffer

Field Value

StringName

_GetConnectionState

Cached name for the '_get_connection_state' method.

public static readonly StringName _GetConnectionState

Field Value

StringName

_GetGatheringState

Cached name for the '_get_gathering_state' method.

public static readonly StringName _GetGatheringState

Field Value

StringName

_GetSignalingState

Cached name for the '_get_signaling_state' method.

public static readonly StringName _GetSignalingState

Field Value

StringName

_Initialize

Cached name for the '_initialize' method.

public static readonly StringName _Initialize

Field Value

StringName

_Poll

Cached name for the '_poll' method.

public static readonly StringName _Poll

Field Value

StringName

_SetLocalDescription

Cached name for the '_set_local_description' method.

public static readonly StringName _SetLocalDescription

Field Value

StringName

_SetRemoteDescription

Cached name for the '_set_remote_description' method.

public static readonly StringName _SetRemoteDescription

Field Value

StringName