Click or drag to resize

ObjectRemoveMeta 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: SystemString

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

See Also