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.
pub unsafe extern "C" fn ecs_write_end(record: *mut ecs_record_t)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.