Class Marshalls.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class Marshalls.MethodName
- Inheritance
-
Marshalls.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
Base64ToRaw
Cached name for the 'base64_to_raw' method.
public static readonly StringName Base64ToRaw
Field Value
Base64ToUtf8
Cached name for the 'base64_to_utf8' method.
public static readonly StringName Base64ToUtf8
Field Value
Base64ToVariant
Cached name for the 'base64_to_variant' method.
public static readonly StringName Base64ToVariant
Field Value
RawToBase64
Cached name for the 'raw_to_base64' method.
public static readonly StringName RawToBase64
Field Value
Utf8ToBase64
Cached name for the 'utf8_to_base64' method.
public static readonly StringName Utf8ToBase64
Field Value
VariantToBase64
Cached name for the 'variant_to_base64' method.
public static readonly StringName VariantToBase64