Click or drag to resize

MethodFlags Enumeration

[Missing <summary> documentation for "T:Godot.MethodFlags"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum MethodFlags
Members
  Member nameValueDescription
Normal1

Flag for a normal method.

Editor2

Flag for an editor method.

Noscript4

Deprecated method flag, unused.

Const8

Flag for a constant method.

Reverse16

Deprecated method flag, unused.

Virtual32

Flag for a virtual method.

FromScript64

Deprecated method flag, unused.

Default1

Default method flags.

See Also