Click or drag to resize

VisualScriptCustomNodeStartMode Enumeration

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

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

The start mode used the first time when _Step(Array, Array, Int32, Array) is called.

ContinueSequence1

The start mode used when _Step(Array, Array, Int32, Array) is called after coming back from a .

ResumeYield2

The start mode used when _Step(Array, Array, Int32, Array) is called after resuming from .

See Also