Table of Contents

Class Mutex.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

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

public class Mutex.MethodName : RefCounted.MethodName
Inheritance
Mutex.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

Lock

Cached name for the 'lock' method.

public static readonly StringName Lock

Field Value

StringName

TryLock

Cached name for the 'try_lock' method.

public static readonly StringName TryLock

Field Value

StringName

Unlock

Cached name for the 'unlock' method.

public static readonly StringName Unlock

Field Value

StringName