Click or drag to resize

OptionButtonGetSelectedMetadata Method

Gets the metadata of the selected item. Metadata for items can be set using SetItemMetadata(Int32, Object).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object GetSelectedMetadata()

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.OptionButton.GetSelectedMetadata"]

See Also