> home > Custom Layer Boundary API

get_face_advance_map

January 19th 2020
Get the advance map of a face

Signature

C++
Face_Advance_Map
get_face_advance_map(Application_Links* app,
                     Face_ID face_id);

Parameters

app

the standard custom layer context pointer

face_id

the id of the face to query

Return

the advance map of the given face on success, when the face exists, otherwise cleared to zero

Related

Face_Advance_Map