Class WebRtcPeerConnection.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class WebRtcPeerConnection.MethodName : RefCounted.MethodName
- Inheritance
-
WebRtcPeerConnection.MethodName
- Derived
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
AddIceCandidate
Cached name for the 'add_ice_candidate' method.
public static readonly StringName AddIceCandidate
Field Value
Close
Cached name for the 'close' method.
public static readonly StringName Close
Field Value
CreateDataChannel
Cached name for the 'create_data_channel' method.
public static readonly StringName CreateDataChannel
Field Value
CreateOffer
Cached name for the 'create_offer' method.
public static readonly StringName CreateOffer
Field Value
GetConnectionState
Cached name for the 'get_connection_state' method.
public static readonly StringName GetConnectionState
Field Value
GetGatheringState
Cached name for the 'get_gathering_state' method.
public static readonly StringName GetGatheringState
Field Value
GetSignalingState
Cached name for the 'get_signaling_state' method.
public static readonly StringName GetSignalingState
Field Value
Initialize
Cached name for the 'initialize' method.
public static readonly StringName Initialize
Field Value
Poll
Cached name for the 'poll' method.
public static readonly StringName Poll
Field Value
SetDefaultExtension
Cached name for the 'set_default_extension' method.
public static readonly StringName SetDefaultExtension
Field Value
SetLocalDescription
Cached name for the 'set_local_description' method.
public static readonly StringName SetLocalDescription
Field Value
SetRemoteDescription
Cached name for the 'set_remote_description' method.
public static readonly StringName SetRemoteDescription