Click or drag to resize

GraphNodeGetOverlay Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GraphNode.GetOverlay"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetOverlay is deprecated. Use the Overlay property instead.")]
public GraphNodeOverlayEnum GetOverlay()

Return Value

Type: GraphNodeOverlayEnum

[Missing <returns> documentation for "M:Godot.GraphNode.GetOverlay"]

See Also