ecs_get_entity

Function ecs_get_entity 

Source
pub unsafe extern "C" fn ecs_get_entity(poly: *const c_void) -> u64
Expand description

Get entity from poly.

@param poly A pointer to a poly object. @return Entity associated with the poly object.