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
TryLock
Cached name for the 'try_lock' method.
public static readonly StringName TryLock
Field Value
Unlock
Cached name for the 'unlock' method.
public static readonly StringName Unlock