Click or drag to resize
Ab4d.SharpEngine logo

MeshGetMetadata(String) Method

Gets the object that was stored to the specified key by the SetMetadata(String, Object) method. When the key is not found then null is returned. If you know that the key exists and you know the type, then you can use the generic GetMetadataT(String) method.

Namespace: Ab4d.SharpEngine.Meshes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public Object? GetMetadata(
	string key
)

Parameters

key  String
key as string

Return Value

Object
object that was stored to the specified key or null if key is not found
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Meshes.Mesh.GetMetadata(System.String)"]

See Also