try_create_new_face
September 8th 2024
Attempt to create a new face given a face description
Signature
Face_ID
try_create_new_face(Application_Links* app,
Face_Description* description);
Parameters
app
the standard custom layer context pointer
description
the description of the new face
Return
the id of the new face on success, when it is possible to instantiate the face, otherwise zero
Related