Click or drag to resize

ObjectHasMeta Method

Returns true if a metadata entry is found with the given name.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool HasMeta(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.Object.HasMeta(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Object.HasMeta(System.String)"]

See Also