Table of Contents

Class EngineDebuggerInstance.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

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

public class EngineDebuggerInstance.MethodName : GodotObject.MethodName
Inheritance
EngineDebuggerInstance.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

HasCapture

Cached name for the 'has_capture' method.

public static readonly StringName HasCapture

Field Value

StringName

HasProfiler

Cached name for the 'has_profiler' method.

public static readonly StringName HasProfiler

Field Value

StringName

IsActive

Cached name for the 'is_active' method.

public static readonly StringName IsActive

Field Value

StringName

IsProfiling

Cached name for the 'is_profiling' method.

public static readonly StringName IsProfiling

Field Value

StringName

ProfilerAddFrameData

Cached name for the 'profiler_add_frame_data' method.

public static readonly StringName ProfilerAddFrameData

Field Value

StringName

ProfilerEnable

Cached name for the 'profiler_enable' method.

public static readonly StringName ProfilerEnable

Field Value

StringName

RegisterMessageCapture

Cached name for the 'register_message_capture' method.

public static readonly StringName RegisterMessageCapture

Field Value

StringName

RegisterProfiler

Cached name for the 'register_profiler' method.

public static readonly StringName RegisterProfiler

Field Value

StringName

SendMessage

Cached name for the 'send_message' method.

public static readonly StringName SendMessage

Field Value

StringName

UnregisterMessageCapture

Cached name for the 'unregister_message_capture' method.

public static readonly StringName UnregisterMessageCapture

Field Value

StringName

UnregisterProfiler

Cached name for the 'unregister_profiler' method.

public static readonly StringName UnregisterProfiler

Field Value

StringName