 |
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.MeshesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic Object? GetMetadata(
string key
)
Parameters
- key String
- key as string
Return Value
Objectobject that was stored to the specified key or null if key is not found
See Also