ecs_write_end

Function ecs_write_end 

Source
pub unsafe extern "C" fn ecs_write_end(record: *mut ecs_record_t)
Expand description

End exclusive write access to entity. This operation ends exclusive access, and must be called after ecs_write_begin.

@param record Record to the entity.