Class Semaphore.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class Semaphore.MethodName : RefCounted.MethodName
- Inheritance
-
Semaphore.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
Post
Cached name for the 'post' method.
public static readonly StringName Post
Field Value
TryWait
Cached name for the 'try_wait' method.
public static readonly StringName TryWait
Field Value
Wait
Cached name for the 'wait' method.
public static readonly StringName Wait