ObjectSetMeta Method |
Adds, changes or removes a given entry in the object's metadata. Metadata are serialized and can take any Variant value.
To remove a given entry from the object's metadata, use RemoveMeta(String). Metadata is also removed if its value is set to null. This means you can also use set_meta("name", null) to remove metadata for "name".
Namespace: Godot
public void SetMeta( string name, Object value )
[Missing <param name="name"/> documentation for "M:Godot.Object.SetMeta(System.String,System.Object)"]
[Missing <param name="value"/> documentation for "M:Godot.Object.SetMeta(System.String,System.Object)"]