Click or drag to resize

Object.RemoveMeta Method

Removes a given entry from the object's metadata. See also SetMeta(String, Object).

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

Parameters

name
Type: System.String

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

See Also